AddressIndexMap

Type Alias AddressIndexMap 

pub type AddressIndexMap<V> = IndexMap<Address, V, FbBuildHasher<20>>;
Expand description

IndexMap optimized for hashing Address.

Aliased Typeยง

pub struct AddressIndexMap<V> { /* private fields */ }