Trait FromKey
solana_evm_loader_program::scope::evm
pub trait FromKey { pub fn to_public_key(&self) -> PublicKey; pub fn to_address(&self) -> H160; }
pub fn to_public_key(&self) -> PublicKey
pub fn to_address(&self) -> H160
impl FromKey for SecretKey