alloy_primitives::map

Type Alias AddressIndexMap

Source
pub type AddressIndexMap<V> = IndexMap<Address, V, FbBuildHasher<20>>;
Available on crate feature map only.
Expand description

IndexMap optimized for hashing Address.

Aliased Typeยง

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