pub type EvmAddress = Address;
Aliased Type§
#[repr(transparent)]pub struct EvmAddress(pub FixedBytes<20>);
Tuple Fields§
§0: FixedBytes<20>
pub type EvmAddress = Address;
#[repr(transparent)]pub struct EvmAddress(pub FixedBytes<20>);
0: FixedBytes<20>