EthAddressLike

Type Alias EthAddressLike 

Source
pub type EthAddressLike = EthAddress;
Expand description

Any value that can be converted into an Ethereum L1 address.

Aliased Type§

pub struct EthAddressLike(pub [u8; 20]);

Tuple Fields§

§0: [u8; 20]