Type Alias Hash
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 */);pub type Hash = HashBase<Keccak256>;Represents an Ethereum 256-bit hash value.
This implementation instantiates the hash via Keccak256 digest.
pub struct Hash(/* private fields */);