Trait pallet_evm::AddressMapping[][src]

pub trait AddressMapping<A> {
    fn into_account_id(address: H160) -> A;
}

Required methods

Implementors