Type Alias B256Set

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

HashSet optimized for hashing B256.

Aliased Typeยง

struct B256Set { /* private fields */ }