EthAddress

Type Alias EthAddress 

Source
pub type EthAddress = H160;

Aliased Type§

#[repr(C)]
pub struct EthAddress(pub [u8; 20]);

Tuple Fields§

§0: [u8; 20]

Trait Implementations§

Source§

impl TryFrom<AddressOrAddresses> for Address

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_from(value: AddressOrAddresses) -> Result<Self, Self::Error>

Performs the conversion.