spl-token-wrap 1.0.0

Solana Program Library Token Wrap
Documentation
1
2
3
4
5
6
7
8
9
10
//! Mint `customizer` interface and implementations

/// Compliance-focused mint variant
pub mod compliance;
/// Default token 2022 mint variant
pub mod default_token_2022;
/// `MintCustomizer` trait definition
pub mod interface;
/// No extensions version of the mint
pub mod no_extensions;