pub type AccountMap<V> = Arc<InMemAccountsIndex<V>>;
pub struct AccountMap<V> { /* private fields */ }