pub type Address = FixedSizeData<20>;
EVM address is 20 bytes of data
struct Address(/* private fields */);