Type Alias Address

Source
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>