Module switchboard_solana::program_id::sysvar::recent_blockhashes
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§
- EntryDeprecated
- IterItemDeprecated
- RecentBlockhashesDeprecatedContains recent block hashes and fee calculators.
Constants§
- MAX_ENTRIESDeprecated
Statics§
- The static program ID.