Type Alias eth_types::Word

source ·
pub type Word = U256;
Expand description

Ethereum Word (256 bits).

Aliased Type§

struct Word(pub [u64; 4]);

Fields§

§0: [u64; 4]

Trait Implementations§

source§

impl ToWord for Word

source§

fn to_word(&self) -> Word

Convert the type to a Word.