Type Definition Keypair
solana_sdk::signature
type Keypair = Keypair;
impl KeypairUtil for Keypair
fn new() -> Self
Return a new ED25519 keypair
fn pubkey(&self) -> Pubkey
Return the public key for the given keypair
fn sign_message(&self, message: &[u8]) -> Signature