getLatestBlockhash method

Returns the latest blockhash.

Implementation

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