LatestBlockhashResponse constructor
Returns a new LatestBlockhashResponse instance.
Implementation
LatestBlockhashResponse({
required this.blockhash,
required this.lastValidBlockHeight,
});
Returns a new LatestBlockhashResponse instance.
LatestBlockhashResponse({
required this.blockhash,
required this.lastValidBlockHeight,
});