Modules§
Macros§
- entrypoint
- Declare the program entrypoint and set up global handlers.
Derive Macros§
- Accounts
- Annotates an enum with the
#[derive(Accounts)]
to derive instruction structs for each variant containing the accounts for the instruction.