transactionsRefresh abstract method

  1. @Post(path: '/transactions/refresh')
Future<Response<TransactionsRefreshResponse>> transactionsRefresh({
  1. @Body() @required TransactionsRefreshRequest? body,
})

Refresh transaction data @param body

Implementation

@Post(path: '/transactions/refresh')
Future<chopper.Response<TransactionsRefreshResponse>> transactionsRefresh(
    {@Body() @required TransactionsRefreshRequest? body});