Registry / auth / mpl-token-auth-rules

mpl-token-auth-rules

JSON →
library1.5.1rscratesunverified

MPL Token Authorization Rules that can be used to restrict common token operations on the Solana blockchain.

# Cargo.toml [dependencies] mpl-token-auth-rules = "1.5.1"
INSTALL
IMPORT
SIG · MPL-TOKEN-AUTH-RUL
M
mpl-token-auth-rules
authrustv1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rule
use mpl_token_auth_rules::rule::Rule;

Creates a simple pass rule for token authorization.

use mpl_token_auth_rules::rule::Rule; fn main() { let rule = Rule::Pass; println!("Rule: {:?}", rule); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
mpl-token-auth-rules — cargo add mpl-token-auth-rules · libregistry