getSnapshotBlockByHeight<T> method

  1. @override
Future<T> getSnapshotBlockByHeight<T>(
  1. int height
)
inherited

Implementation

@override
Future<T> getSnapshotBlockByHeight<T>(int height) =>
    makeTypedRpcCall('ledger_getSnapshotBlockByHeight', [height]);