pub type AccountId = <<EthereumSignature as Verify>::Signer as IdentifyAccount>::AccountId;
Expand description
Some way of identifying an account on the EVM chain. We intentionally make it equivalent to the public key of the EVM transaction signing scheme.