Type Alias Hash

Source
pub type Hash = Hash;

Aliased Type§

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

Trait Implementations§

Source§

impl From<HashBytes> for Hash

Source§

fn from(hash_bytes: HashBytes) -> Self

Converts to this type from the input type.