carbon_crafting_decoder/
lib.rs1use solana_pubkey::Pubkey;
3pub struct CraftingDecoder;
4pub const PROGRAM_ID: Pubkey =
5 solana_pubkey::Pubkey::from_str_const("CRAFT2RPXPJWCEix4WpJST3E7NLf79GTqZUL75wngXo5");
6
7pub mod accounts;
8pub mod instructions;
9pub mod types;