Trait evm_state::FromKey[][src]

pub trait FromKey {
    fn to_public_key(&self) -> PublicKey;
fn to_address(&self) -> Address; }

Required methods

fn to_public_key(&self) -> PublicKey[src]

fn to_address(&self) -> Address[src]

Loading content...

Implementors

impl FromKey for SecretKey[src]

Loading content...