[][src]Crate solana_runtime

Modules

accounts
accounts_db

Persistent accounts are stored in below path location: //data/

accounts_index
append_vec
bank

The bank module tracks client accounts and the progress of on-chain programs. It offers a high-level API that signs transactions on behalf of the caller, and a low-level API for when they have already been signed and verified.

bank_client
bloom

Simple Bloom Filter

epoch_schedule
genesis_utils
loader_utils
locked_accounts_results
message_processor
stakes

Stakes serve as a cache of stake and vote accounts to derive node stakes

status_cache
storage_utils