pub trait KeypairUtil { fn new() -> Self; fn pubkey(&self) -> Pubkey; }
Return a new ED25519 keypair
Return the public key for the given keypair