Bytes32

Type Alias Bytes32 

Source
pub type Bytes32 = BytesM<32>;

Aliased Type§

pub struct Bytes32(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]