Trait BigEndianHash
ethereum_types
pub trait BigEndianHash { type Uint; fn from_uint(val: &Self::Uint) -> Self; fn into_uint(&self) -> Self::Uint; }
type Uint
fn from_uint(val: &Self::Uint) -> Self
fn into_uint(&self) -> Self::Uint
impl BigEndianHash for H64
type Uint = U64
fn from_uint(value: &U64) -> Self
fn into_uint(&self) -> U64
impl BigEndianHash for H128
type Uint = U128
fn from_uint(value: &U128) -> Self
fn into_uint(&self) -> U128
impl BigEndianHash for H256
type Uint = U256
fn from_uint(value: &U256) -> Self
fn into_uint(&self) -> U256
impl BigEndianHash for H512
type Uint = U512
fn from_uint(value: &U512) -> Self
fn into_uint(&self) -> U512