Trait solana::signature::KeyPairUtil[][src]

pub trait KeyPairUtil {
    fn new() -> Self;
fn pubkey(&self) -> PublicKey; }

Required Methods

Implementations on Foreign Types

impl KeyPairUtil for Ed25519KeyPair
[src]

Return a new ED25519 keypair

Return the public key for the given keypair

Implementors