Crate mpl_token_auth_rules
Source pub use solana_program;
- entrypoint
- Program entrypoint definitions
- error
- Errors used by the Rule Set program.
- instruction
- payload
- The definition and associated functions of the
Payload
type that is passed from the program client to the auth rules program for validation. - pda
- The helper functions for the PDA accounts.
- processor
- The processors for the Rule Set program instructions.
- state
- All structures and related functions representing a Rule Set on-chain.
- types
- utils
- Utilities for the program
- ID
- The const program ID.
- check_id
- Returns
true
if given pubkey is the program ID. - id
- Returns the program ID.