Hash

Type Alias Hash 

Source
pub type Hash = HashBase<Keccak256>;
Expand description

Represents an Ethereum 256-bit hash value.

This implementation instantiates the hash via Keccak256 digest.

Aliased Typeยง

pub struct Hash(/* private fields */);