[][src]Trait ethereum_types::BigEndianHash

pub trait BigEndianHash {
    type Uint;
    fn from_uint(val: &Self::Uint) -> Self;
fn into_uint(&self) -> Self::Uint; }

Associated Types

type Uint

Required methods

fn from_uint(val: &Self::Uint) -> Self

fn into_uint(&self) -> Self::Uint

Implementors

impl BigEndianHash for H64[src][+]

impl BigEndianHash for H128[src][+]

impl BigEndianHash for H256[src][+]

impl BigEndianHash for H512[src][+]