revm_primitives::map

Type Alias B256HashSet

Source
pub type B256HashSet = HashSet<FixedBytes<32>, FbBuildHasher<32>>;
Expand description

HashSet optimized for hashing B256.

Aliased Typeยง

struct B256HashSet { /* private fields */ }