H256

Type Alias H256 

Source
pub type H256 = EthereumType<32_usize, true>;
Expand description

A 256 bit (32 bytes) hash type.

Aliased Typeยง

pub struct H256(/* private fields */);