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>
impl From<AssetPolicyId> for Hash<28>
Source§fn from(value: AssetPolicyId) -> Self
fn from(value: AssetPolicyId) -> Self
Converts to this type from the input type.