alloy_primitives::map

Type Alias B256Set

Source
pub type B256Set = HashSet<B256, FbBuildHasher<32>>;
Expand description

HashSet optimized for hashing B256.

Aliased Typeยง

struct B256Set { /* private fields */ }