solana_runtime::accounts_index

Type Alias AccountMap

Source
pub type AccountMap<V> = Arc<InMemAccountsIndex<V>>;

Aliased Typeยง

struct AccountMap<V> { /* private fields */ }