carbon_raydium_liquidity_locking_decoder/
lib.rs1#![no_std]
2
3use solana_pubkey::Pubkey;
4
5pub struct RaydiumLiquidityLockingDecoder;
6pub mod accounts;
7pub mod instructions;
8pub mod types;
9
10pub const PROGRAM_ID: Pubkey =
11 Pubkey::from_str_const("LockrWmn6K5twhz3y9w1dQERbmgSaRkfnTeTKbpofwE");