getAccountBlockByHash method

Future<AccountBlock> getAccountBlockByHash(
  1. Hash hash
)

Implementation

Future<AccountBlock> getAccountBlockByHash(Hash hash) =>
    api.getAccountBlockByHash(hash.hex);