solana_accounts_db::account_storage

Module meta

Source

Structs§

AccountMeta
This struct will be backed by mmaped and snapshotted data files. So the data layout must be stable and consistent across the entire cluster!
StoredMeta
Meta contains enough context to recover the index from storage itself This struct will be backed by mmaped and snapshotted data files. So the data layout must be stable and consistent across the entire cluster!

Enums§

StoredAccountMeta
References to account data stored elsewhere. Getting an Account requires cloning (see StoredAccountMeta::clone_account()).

Type Aliases§

StoredMetaWriteVersion