getTransactions abstract method
Get list of transactions by address. Return TransactionsList or throw error
Implementation
Future<TransactionsList> getTransactions({
required Address address,
required int count,
String? fromLt,
});
Get list of transactions by address. Return TransactionsList or throw error
Future<TransactionsList> getTransactions({
required Address address,
required int count,
String? fromLt,
});