getAccountTransactions constant

AptosApiMethod const getAccountTransactions

Implementation

static const AptosApiMethod getAccountTransactions = AptosApiMethod._(
    url: '/accounts/{address}/transactions',
    name: 'Get account transactions',
    requestType: RequestServiceType.get);