alloy::primitives::map

Type Alias B256HashSet

source
pub type B256HashSet = HashSet<FixedBytes<32>, FbBuildHasher<32>>;
Available on crate feature map only.
Expand description

HashSet optimized for hashing B256.

Aliased Typeยง

struct B256HashSet { /* private fields */ }