[][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

Loading content...

Required methods

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

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

Loading content...

Implementors

impl BigEndianHash for H128[src]

type Uint = U128

impl BigEndianHash for H256[src]

type Uint = U256

impl BigEndianHash for H512[src]

type Uint = U512

impl BigEndianHash for H64[src]

type Uint = U64

Loading content...