Type Alias Address

Source
pub type Address = FixedSizeData<20>;
Expand description

EVM address is 20 bytes of data

Aliased Typeยง

struct Address(/* private fields */);