Trait pallet_evm::AddressMapping
source · pub trait AddressMapping<A> {
// Required method
fn into_account_id(address: H160) -> A;
}
Expand description
Trait to be implemented for evm address mapping.
pub trait AddressMapping<A> {
// Required method
fn into_account_id(address: H160) -> A;
}
Trait to be implemented for evm address mapping.