Type Definition AccountMap
Other items insolana_runtime::accounts_index
pub type AccountMap<K, V> = BTreeMap<K, V>;