getAccountBlockByHash<T> method

  1. @override
Future<T> getAccountBlockByHash<T>(
  1. String hash
)
inherited

Implementation

@override
Future<T> getAccountBlockByHash<T>(String hash) =>
    makeTypedRpcCall('ledger_getAccountBlockByHash', [hash]);