carbon-lifinity-amm-v2-decoder 0.12.0

Lifinity AMM V2 Decoder
Documentation
1
2
3
4
5
6
7
8
9
use solana_pubkey::Pubkey;

pub struct LifinityAmmV2Decoder;
pub mod accounts;
pub mod instructions;
pub mod types;

pub const PROGRAM_ID: Pubkey =
    solana_pubkey::Pubkey::from_str_const("2wT8Yq49kHgDzXuPxZSaeLaH1qbmGXtEyPy64bL7aD3c");