light-token-interface 0.5.0

Light Protocol token instruction data types.
Documentation
1
2
3
4
5
6
7
//! Instruction discriminators for the compressed token program.

/// Instruction discriminator for CreateTokenPool
pub const CREATE_TOKEN_POOL: [u8; 8] = [23, 169, 27, 122, 147, 169, 209, 152];

/// Instruction discriminator for AddTokenPool
pub const ADD_TOKEN_POOL: [u8; 8] = [114, 143, 210, 73, 96, 115, 1, 228];