solana_accounts_db::tiered_storage

Module meta

Source
Expand description

The account meta and related structs for the tiered storage.

Structs§

AccountAddressRange
A struct that maintains an address-range using its min and max fields.
AccountMetaFlags
The struct that handles the account meta flags.
AccountMetaOptionalFields
The in-memory struct for the optional fields for tiered account meta.

Traits§

TieredAccountMeta
A trait that allows different implementations of the account meta that support different tiers of the accounts storage.