pub type B32 = Array<u8, U32>;Available on crate feature
deterministic only.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]