Type Alias hypersync_format::Address

source ·
pub type Address = FixedSizeData<20>;
Expand description

EVM address is 20 bytes of data

Aliased Type§

struct Address(/* private fields */);