Expand description
Information about recent blocks and their fee calculators.
The recent blockhashes sysvar provides access to the RecentBlockhashes
,
which contains recent blockhahes and their FeeCalculator
s.
RecentBlockhashes
does not implement Sysvar::get
.
This sysvar is deprecated and should not be used. Transaction fees should be
determined with the getFeeForMessage
RPC method. For additional context
see the Comprehensive Compute Fees proposal.
See also the Solana documentation on the recent blockhashes sysvar.
Structs§
- Entry
Deprecated - Iter
Item Deprecated - Recent
Blockhashes Deprecated Contains recent block hashes and fee calculators.
Constants§
- MAX_
ENTRIES Deprecated
Statics§
- The static program ID.