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