pub type Address = RawAddress;
Expand description
Placeholder for Ethereum Address wrapper.
Full implementation coming soon.
Aliased Type§
#[repr(transparent)]pub struct Address(pub FixedBytes<20>);
Tuple Fields§
§0: FixedBytes<20>
pub type Address = RawAddress;
Placeholder for Ethereum Address wrapper.
Full implementation coming soon.
#[repr(transparent)]pub struct Address(pub FixedBytes<20>);
0: FixedBytes<20>