Module solana_runtime::prioritization_fee_cache
source · Structs
- Stores up to MAX_NUM_RECENT_BLOCKS recent block’s prioritization fee, A separate internal thread
service_thread
handles additional tasks when a bank is frozen, and collecting stats and reporting metrics.
Enums
Constants
- The maximum number of blocks to keep in
PrioritizationFeeCache
, ie. the amount of history generally desired to estimate the prioritization fee needed to land a transaction in the current block.