Type Alias hypersync_format::Hash

source ·
pub type Hash = FixedSizeData<32>;
Expand description

EVM hash is 32 bytes of data

Aliased Type§

struct Hash(/* private fields */);