Trait darwinia_support::evm::DeriveEthereumAddress
source · [−]pub trait DeriveEthereumAddress {
fn derive_ethereum_address(&self) -> H160;
}
Expand description
A trait for converting from Substrate account_id to Ethereum address.