carbon-mpl-core-decoder 1.0.0

MPL Core Decoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! This code was AUTOGENERATED using the Codama library.
use solana_pubkey::Pubkey;
pub struct MplCoreDecoder;
pub const PROGRAM_ID: Pubkey =
    solana_pubkey::Pubkey::from_str_const("CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d");

pub mod accounts;
#[cfg(feature = "graphql")]
pub mod graphql;
pub mod instructions;
pub mod types;