Trait ink_env::hash::HashOutput[][src]

pub trait HashOutput: Sealed {
    type Type: Default;
}

The output type of a built-in cryptographic hash function.

Associated Types

type Type: Default[src]

The output type of the crypto hash.

This should be a byte array with some constant size such as [u8; 32].

Loading content...

Implementors

Loading content...