Type Alias CryptoHash

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

Raw type for 32 bytes of the hash.

Trait Implementations§

Source§

impl From<Base58CryptoHash> for CryptoHash

Source§

fn from(v: Base58CryptoHash) -> CryptoHash

Converts to this type from the input type.