Type Definition near_sdk::CryptoHash

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

Raw type for 32 bytes of the hash.

Trait Implementations

Performs the conversion.