Type Alias alloy_primitives::aliases::B32
source · pub type B32 = FixedBytes<4>;
Expand description
4-byte fixed byte-array type.
Aliased Type§
struct B32(pub [u8; 4]);
Fields§
§0: [u8; 4]
pub type B32 = FixedBytes<4>;
4-byte fixed byte-array type.
struct B32(pub [u8; 4]);
0: [u8; 4]