Skip to main content

Hash

Type Alias Hash 

Source
pub type Hash<const N: usize> = Hash<N>;

Aliased Type§

pub struct Hash<const N: usize>(/* private fields */);

Trait Implementations§

Source§

impl From<AssetPolicyId> for Hash<28>

Source§

fn from(value: AssetPolicyId) -> Self

Converts to this type from the input type.