updateWallet abstract method

Future<Result<WalletUpdate, String>> updateWallet({
  1. required ShelleyAddress stakeAddress,
})

Collects the latest transactions for the wallet given it's staking address.

Implementation

Future<Result<WalletUpdate, String>> updateWallet(
    {required ShelleyAddress stakeAddress});