Skip to main content

carbon_raydium_stable_swap_decoder/
lib.rs

1//! This code was AUTOGENERATED using the Codama library.
2use solana_pubkey::Pubkey;
3pub struct RaydiumStableSwapDecoder;
4pub const PROGRAM_ID: Pubkey =
5    solana_pubkey::Pubkey::from_str_const("5quBtoiQqxF9Jv6KYKctB59NT3gtJD2Y65kdnB1Uev3h");
6
7pub mod accounts;
8#[cfg(feature = "graphql")]
9pub mod graphql;
10pub mod instructions;