spl-token-2022 10.0.0

Solana Program Library Token 2022
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// Instructions for the `GroupMemberPointer` extension
pub mod instruction;

/// Instruction processor for the `GroupMemberPointer` extension
pub mod processor;

#[deprecated(
    since = "9.1.0",
    note = "Use spl_token_2022_interface instead and remove spl_token_2022 as a dependency"
)]
pub use spl_token_2022_interface::extension::group_member_pointer::GroupMemberPointer;