Trait ethereum_types::BigEndianHash
source · [−]pub trait BigEndianHash {
type Uint;
fn from_uint(val: &Self::Uint) -> Self;
fn into_uint(&self) -> Self::Uint;
}
pub trait BigEndianHash {
type Uint;
fn from_uint(val: &Self::Uint) -> Self;
fn into_uint(&self) -> Self::Uint;
}