Crate anchor_attribute_program
source ·Macros§
- Declare an external program based on its IDL.
Attribute Macros§
- The
#[program]
attribute defines the module containing all instruction handlers defining all entries into a Solana program.
#[program]
attribute defines the module containing all instruction
handlers defining all entries into a Solana program.