getLatestBlockhash abstract method
Returns the latest blockhash
commitment
For commitment
parameter description see this document
Commitment.processed is not supported as commitment
.
minContextSlot
Set the minimum slot that the request can be evaluated at
Implementation
Future<LatestBlockhashResult> getLatestBlockhash({
Commitment? commitment,
num? minContextSlot,
});