carbon-tcomp-decoder 0.12.1

Rust decoder for Tensor cNFT Compressed program on Solana
Documentation
1
2
3
4
5
6
7
8
9
//! This code was AUTOGENERATED using the Codama library.
use solana_pubkey::Pubkey;
pub struct TcompDecoder;
pub const PROGRAM_ID: Pubkey =
    solana_pubkey::Pubkey::from_str_const("TCMPhJdwDryooaGtiocG1u3xcYbRpiJzb283XfCZsDp");

pub mod accounts;
pub mod instructions;
pub mod types;