getTransactions abstract method

Future<List<TransactionSignatureInformation>> getTransactions({
  1. required String address,
})

Get transaction from WORK tokens of given wallet address

throws an error occurred in web3dart

Implementation

Future<List<TransactionSignatureInformation>> getTransactions(
    {required String address});