pub type CryptoHash = [u8; 32];
Expand description
Raw type for 32 bytes of the hash.
Trait Implementations§
Source§impl From<Base58CryptoHash> for CryptoHash
impl From<Base58CryptoHash> for CryptoHash
Source§fn from(v: Base58CryptoHash) -> CryptoHash
fn from(v: Base58CryptoHash) -> CryptoHash
Converts to this type from the input type.