pub trait Program { // Required method fn id(&self) -> &Pubkey; }
A solana program.
Returns the current program ID.