[][src]Type Definition solana_sdk::signature::Keypair

type Keypair = Keypair;

Trait Implementations

impl KeypairUtil for Keypair[src]

fn new() -> Self[src]

Return a new ED25519 keypair

fn pubkey(&self) -> Pubkey[src]

Return the public key for the given keypair