Crate solana_accounts_db

Crate solana_accounts_db 

Source
👎Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.

Modules§

account_infoDeprecated
AccountInfo represents a reference to AccountSharedData in either an AppendVec or the write cache. AccountInfo is not persisted anywhere between program runs. AccountInfo is purely runtime state. Note that AccountInfo is saved to disk buckets during runtime, but disk buckets are recreated at startup.
account_locksDeprecated
account_storageDeprecated
Manage the map of slot -> append vec
account_storage_readerDeprecated
accountsDeprecated
accounts_dbDeprecated
Persistent accounts are stored at this path location: <path>/<pid>/data/
accounts_fileDeprecated
accounts_hashDeprecated
accounts_indexDeprecated
accounts_update_notifier_interfaceDeprecated
ancestorsDeprecated
blockhash_queueDeprecated
containsDeprecated
is_loadableDeprecated
partitioned_rewardsDeprecated
Code related to partitioned rewards distribution
pubkey_binsDeprecated
sorted_storagesDeprecated
stake_rewardsDeprecated
Code for stake and vote rewards
storable_accountsDeprecated
trait for abstracting underlying storage of pubkey and account pairs to be written
tiered_storageDeprecated
utilsDeprecated
waitable_condvarDeprecated

Macros§

u64_alignDeprecated

Structs§

ObsoleteAccountItemDeprecated
ObsoleteAccountsDeprecated