solana_accounts_db::accounts_index

Type Alias AccountMap

source
pub type AccountMap<T, U> = Arc<InMemAccountsIndex<T, U>>;

Aliased Typeยง

struct AccountMap<T, U> { /* private fields */ }