Attribute Macro switchboard_solana::program_id::program
#[program]
Expand description
The #[program]
attribute defines the module containing all instruction
handlers defining all entries into a Solana program.
#[program]
The #[program]
attribute defines the module containing all instruction
handlers defining all entries into a Solana program.