Type Definition near_sdk::CryptoHash

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

Raw type for 32 bytes of the hash.

Trait Implementations

Converts to this type from the input type.