getAccountBlockByHash method

Future<RpcAccountBlock> getAccountBlockByHash(
  1. RpcHash hash
)

Implementation

Future<RpcAccountBlock> getAccountBlockByHash(RpcHash hash) =>
    api.getAccountBlockByHash(hash);