Hash

Type Alias Hash 

pub type Hash = HashBase<CoreWrapper<Keccak256Core>>;
Expand description

Represents an Ethereum 256-bit hash value.

This implementation instantiates the hash via Keccak256 digest.

Aliased Typeยง

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