Type Alias B32

Source
pub type B32 = Array<u8, U32>;
Expand description

A 32-byte array, defined here for brevity because it is used several times

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]