getAccountBlockByHeight<T> method

  1. @override
Future<T> getAccountBlockByHeight<T>(
  1. ViteAddress address,
  2. int height
)
inherited

Implementation

@override
Future<T> getAccountBlockByHeight<T>(ViteAddress address, int height) =>
    makeTypedRpcCall('ledger_getAccountBlockByHeight', [address, height]);