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