Skip to main content

near_crypto_hash/
lib.rs

1/// Raw type for 32 bytes of the hash
2pub type CryptoHash = [u8; 32];