Trait switchboard_solana::prelude::Key
pub trait Key {
// Required method
fn key(&self) -> Pubkey;
}
Expand description
Defines the Pubkey of an account.
pub trait Key {
// Required method
fn key(&self) -> Pubkey;
}
Defines the Pubkey of an account.