carbon_srsly_decoder/
lib.rs

1//! This code was AUTOGENERATED using the Codama library.
2use solana_pubkey::Pubkey;
3pub struct SrslyDecoder;
4pub const PROGRAM_ID: Pubkey =
5    solana_pubkey::Pubkey::from_str_const("SRSLY1fq9TJqCk1gNSE7VZL2bztvTn9wm4VR8u8jMKT");
6
7pub mod accounts;
8pub mod instructions;
9pub mod types;