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

Aliased Type§

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