pub type B192 = FixedBytes<24>;
Expand description
24-byte fixed byte-array type.
Aliased Type§
#[repr(transparent)]pub struct B192(pub [u8; 24]);
Tuple Fields§
§0: [u8; 24]
pub type B192 = FixedBytes<24>;
24-byte fixed byte-array type.
#[repr(transparent)]pub struct B192(pub [u8; 24]);
0: [u8; 24]