getLatestBlockhashRaw method

Returns the latest blockhash.

Implementation

Future<JsonRpcContextResponse<BlockhashWithExpiryBlockHeight>> getLatestBlockhashRaw({
  final GetLatestBlockhashConfig? config,
}) => send(GetLatestBlockhash(config: config));