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