pub type Address = FixedSizeData<32>;Expand description
An address of an externally owned account identified by a 32 byte string prefixed by 0x.
Aliased Typeยง
pub struct Address(/* private fields */);pub type Address = FixedSizeData<32>;An address of an externally owned account identified by a 32 byte string prefixed by 0x.
pub struct Address(/* private fields */);