Type Definition near_sdk::CryptoHash[][src]

type CryptoHash = [u8; 32];

Raw type for 32 bytes of the hash.

Trait Implementations

impl From<Base58CryptoHash> for CryptoHash[src]