Trait switchboard_solana::prelude::Id
pub trait Id {
// Required method
fn id() -> Pubkey;
}
Expand description
Defines the id of a program.
Required Methods§
Object Safety§
This trait is not object safe.
pub trait Id {
// Required method
fn id() -> Pubkey;
}
Defines the id of a program.