Type Alias near_sdk::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.