getBlockHeight method
Returns the current block height of the node.
Implementation
Future<u64> getBlockHeight({final GetBlockHeightConfig? config}) async =>
(await getBlockHeightRaw(config: config)).result!;
Returns the current block height of the node.
Future<u64> getBlockHeight({final GetBlockHeightConfig? config}) async =>
(await getBlockHeightRaw(config: config)).result!;