transactionsGetPost abstract method
- @Post.new(path: '/transactions/get')
- @Body.new() required TransactionsGetRequest? body,
Get transaction data
Implementation
@Post(path: '/transactions/get')
Future<chopper.Response<TransactionsGetResponse>> transactionsGetPost(
{@Body() required TransactionsGetRequest? body});