getBlockHeightRaw method
Returns the current block height of the node.
Implementation
Future<JsonRpcSuccessResponse<u64>> getBlockHeightRaw( {
final GetBlockHeightConfig? config,
}) => send(GetBlockHeight(config: config));
Returns the current block height of the node.
Future<JsonRpcSuccessResponse<u64>> getBlockHeightRaw( {
final GetBlockHeightConfig? config,
}) => send(GetBlockHeight(config: config));