Type Alias B32

Source
pub type B32 = FixedBytes<4>;
Expand description

4-byte fixed byte-array type.

Aliased Type§

#[repr(transparent)]
pub struct B32(pub [u8; 4]);

Tuple Fields§

§0: [u8; 4]