Registry / crypto / spl-token-group-interface

spl-token-group-interface

JSON →
library0.7.2rscratesunverified

Solana Program Library interface for token group functionality on Solana blockchain.

# Cargo.toml [dependencies] spl-token-group-interface = "0.7.2"
INSTALL
IMPORT
SIG · SPL-TOKEN-GROUP-IN
S
spl-token-group-interface
cryptorustv0.7.2
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.

Instruction
use spl_token_group_interface::instruction::Instruction;

Creates a token group initialization instruction.

use spl_token_group_interface::instruction::Instruction; fn main() { let _instruction = Instruction::InitializeGroup { update_authority: None, mint: [0u8; 32], group: [0u8; 32] }; }
Debug
Known issues
gotchaRequires Solana SDK and specific feature flags for on-chain usage.
fix
Add `solana-program` dependency and enable `no-entrypoint` feature if building for off-chain.
affects: >=0.7.0
Upgrade
Version history
0.7.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
Resources
spl-token-group-interface — cargo add spl-token-group-interface · libregistry