alloy_sol_types

Type Alias Word

Source
pub type Word = B256;
Expand description

The ABI word type.

Aliased Type§

struct Word(pub [u8; 32]);

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.