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