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