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