carbon_orca_whirlpool_decoder/
lib.rs

1use solana_pubkey::Pubkey;
2
3pub struct OrcaWhirlpoolDecoder;
4pub mod accounts;
5pub mod instructions;
6pub mod types;
7
8pub const PROGRAM_ID: Pubkey =
9    Pubkey::from_str_const("whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc");