Trait switchboard_solana::program_id::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.