B192

Type Alias B192 

Source
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]