Skip to main content

Hash

Type Alias Hash 

Source
pub type Hash = [u8; 32];
Expand description

Hash type: 256-bit hash

Trait Implementations§

Source§

impl From<BlockHash> for Hash

Source§

fn from(hash: BlockHash) -> Self

Converts to this type from the input type.