Type Alias AccountMap

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

Aliased Typeยง

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