carbon-mpl-core-decoder 0.6.1

MPL Core Decoder
1
2
3
4
5
6
7
8
use solana_sdk::{pubkey, pubkey::Pubkey};

pub struct MplCoreProgramDecoder;
pub mod accounts;
pub mod instructions;
pub mod types;

pub const PROGRAM_ID: Pubkey = pubkey!("CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d");