Trait solana_evm_loader_program::scope::evm::FromKey[][src]

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

Required methods

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

pub fn to_address(&self) -> H160[src]

Loading content...

Implementors

impl FromKey for SecretKey[src]

Loading content...