getTransactions abstract method
Get history of transactions for given address
Throw Failure if there is a poor network connection or an error occurs with an external library
Implementation
Future<Either<Failure, WalletTransactionsEntity>> getTransactions(
{required String address});