getLatestBlockhashRaw method
Future<JsonRpcContextResponse<BlockhashWithExpiryBlockHeight> >
getLatestBlockhashRaw({
- GetLatestBlockhashConfig? config,
Returns the latest blockhash.
Implementation
Future<JsonRpcContextResponse<BlockhashWithExpiryBlockHeight>>
getLatestBlockhashRaw({final GetLatestBlockhashConfig? config}) =>
send(GetLatestBlockhash(config: config));