Word

Type Alias Word 

Source
pub type Word = B256;
Expand description

The ABI word type.

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]

Trait Implementations§

Source§

impl From<WordToken> for Word

Source§

fn from(value: WordToken) -> Self

Converts to this type from the input type.