Trait FromKey
evm_state
pub trait FromKey { fn to_public_key(&self) -> PublicKey; fn to_address(&self) -> Address; }
fn to_public_key(&self) -> PublicKey
fn to_address(&self) -> Address
impl FromKey for SecretKey