Type Definition near_sdk::CryptoHash[][src]

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

Raw type for 32 bytes of the hash.

Trait Implementations

Performs the conversion.