Trait switchboard_solana::prelude::ToKeypair
source · pub trait ToKeypair: Send + Sync {
// Required method
fn keypair(&self) -> &Keypair;
}
pub trait ToKeypair: Send + Sync {
// Required method
fn keypair(&self) -> &Keypair;
}