pub trait DeriveEthereumAddress {
    fn derive_ethereum_address(&self) -> H160;
}
Expand description

A trait for converting from Substrate account_id to Ethereum address.

Required Methods

Implementations on Foreign Types

Implementors