[−][src]Trait solana_sdk::signature::KeypairUtil
Required methods
fn try_pubkey(&self) -> Result<Pubkey, Box<dyn Error>>
fn try_sign_message(&self, message: &[u8]) -> Result<Signature, Box<dyn Error>>
Provided methods
Loading content...Implementors
impl KeypairUtil for Keypair
[src]
fn pubkey(&self) -> Pubkey
[src]
Return the public key for the given keypair