getLatestBlockhash method

Future<BlockhashWithExpiryBlockHeight> getLatestBlockhash({
  1. GetLatestBlockhashConfig? config,
})
inherited

Returns the latest blockhash.

Implementation

Future<BlockhashWithExpiryBlockHeight> getLatestBlockhash({
  final GetLatestBlockhashConfig? config,
}) async => (await getLatestBlockhashRaw(config: config)).result!.value!;