Crate mpl_token_auth_rules

Source

Re-exports§

pub use solana_program;

Modules§

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

Constants§

ID
The const program ID.

Functions§

check_id
Returns true if given pubkey is the program ID.
id
Returns the program ID.
OSZAR »