Type Alias Bytes32

Source
pub type Bytes32 = [u8; 32];

Trait Implementations§

Source§

impl From<&U256> for Bytes32

Source§

fn from(u: &U256) -> Self

Converts to this type from the input type.
Source§

impl Zero for Bytes32

Source§

fn is_zero(&self) -> bool