Type Alias eth_types::Hash

source ·
pub type Hash = H256;
Expand description

Ethereum Hash (256 bits).

Aliased Type§

struct Hash(pub [u8; 32]);

Fields§

§0: [u8; 32]

Trait Implementations§

source§

impl ToWord for Hash

source§

fn to_word(&self) -> Word

Convert the type to a Word.