0.7.27 +Refactor
This commit is contained in:
@@ -14,55 +14,44 @@ mod raydium_amm_v4;
|
||||
mod raydium_clmm;
|
||||
mod raydium_cpmm;
|
||||
|
||||
pub use dexlab::KB_DEXLAB_PROGRAM_ID;
|
||||
pub use dexlab::KbDexlabCreatePoolDecoded;
|
||||
pub use dexlab::KbDexlabDecodedEvent;
|
||||
pub use dexlab::KbDexlabDecoder;
|
||||
pub use dexlab::KbDexlabSwapDecoded;
|
||||
pub use fluxbeam::KB_FLUXBEAM_PROGRAM_ID;
|
||||
pub use fluxbeam::KbFluxbeamCreatePoolDecoded;
|
||||
pub use fluxbeam::KbFluxbeamDecodedEvent;
|
||||
pub use fluxbeam::KbFluxbeamDecoder;
|
||||
pub use fluxbeam::KbFluxbeamSwapDecoded;
|
||||
pub use meteora_damm_v1::KB_METEORA_DAMM_V1_PROGRAM_ID;
|
||||
pub use meteora_damm_v1::KbMeteoraDammV1CreatePoolDecoded;
|
||||
pub use meteora_damm_v1::KbMeteoraDammV1DecodedEvent;
|
||||
pub use meteora_damm_v1::KbMeteoraDammV1Decoder;
|
||||
pub use meteora_damm_v1::KbMeteoraDammV1SwapDecoded;
|
||||
pub use meteora_damm_v2::KB_METEORA_DAMM_V2_PROGRAM_ID;
|
||||
pub use meteora_damm_v2::KbMeteoraDammV2CreatePoolDecoded;
|
||||
pub use meteora_damm_v2::KbMeteoraDammV2DecodedEvent;
|
||||
pub use meteora_damm_v2::KbMeteoraDammV2Decoder;
|
||||
pub use meteora_damm_v2::KbMeteoraDammV2SwapDecoded;
|
||||
pub use meteora_dbc::KB_METEORA_DBC_PROGRAM_ID;
|
||||
pub use meteora_dbc::KbMeteoraDbcCreatePoolDecoded;
|
||||
pub use meteora_dbc::KbMeteoraDbcDecodedEvent;
|
||||
pub use meteora_dbc::KbMeteoraDbcDecoder;
|
||||
pub use meteora_dbc::KbMeteoraDbcSwapDecoded;
|
||||
pub use orca_whirlpools::KB_ORCA_WHIRLPOOLS_PROGRAM_ID;
|
||||
pub use orca_whirlpools::KbOrcaWhirlpoolsCreatePoolDecoded;
|
||||
pub use orca_whirlpools::KbOrcaWhirlpoolsDecodedEvent;
|
||||
pub use orca_whirlpools::KbOrcaWhirlpoolsDecoder;
|
||||
pub use orca_whirlpools::KbOrcaWhirlpoolsSwapDecoded;
|
||||
pub use pump_fun::KB_PUMP_FUN_PROGRAM_ID;
|
||||
pub use pump_fun::KbPumpFunCreateV2TokenDecoded;
|
||||
pub use pump_fun::KbPumpFunDecodedEvent;
|
||||
pub use pump_fun::KbPumpFunDecoder;
|
||||
pub use pump_fun::KbPumpFunTradeDecoded;
|
||||
pub use pump_swap::KB_PUMP_SWAP_PROGRAM_ID;
|
||||
pub use pump_swap::KbPumpSwapDecodedEvent;
|
||||
pub use pump_swap::KbPumpSwapDecoder;
|
||||
pub use pump_swap::KbPumpSwapTradeDecoded;
|
||||
pub use raydium_amm_v4::KB_RAYDIUM_AMM_V4_PROGRAM_ID;
|
||||
pub use raydium_amm_v4::KbRaydiumAmmV4DecodedEvent;
|
||||
pub use raydium_amm_v4::KbRaydiumAmmV4Decoder;
|
||||
pub use raydium_amm_v4::KbRaydiumAmmV4Initialize2PoolDecoded;
|
||||
pub use raydium_clmm::KB_RAYDIUM_CLMM_PROGRAM_ID;
|
||||
pub use raydium_clmm::KbRaydiumClmmDecodedEvent;
|
||||
pub use raydium_clmm::KbRaydiumClmmSwapV2Decoded;
|
||||
pub use raydium_clmm::kb_decode_raydium_clmm_instruction;
|
||||
pub use raydium_cpmm::KB_RAYDIUM_CPMM_PROGRAM_ID;
|
||||
pub use raydium_cpmm::KbRaydiumCpmmDecodedEvent;
|
||||
pub use raydium_cpmm::KbRaydiumCpmmSwapDecoded;
|
||||
pub use raydium_cpmm::KbRaydiumCpmmSwapMode;
|
||||
pub use raydium_cpmm::kb_decode_raydium_cpmm_instruction;
|
||||
pub use dexlab::DexlabCreatePoolDecoded;
|
||||
pub use dexlab::DexlabDecodedEvent;
|
||||
pub use dexlab::DexlabDecoder;
|
||||
pub use dexlab::DexlabSwapDecoded;
|
||||
pub use fluxbeam::FluxbeamCreatePoolDecoded;
|
||||
pub use fluxbeam::FluxbeamDecodedEvent;
|
||||
pub use fluxbeam::FluxbeamDecoder;
|
||||
pub use fluxbeam::FluxbeamSwapDecoded;
|
||||
pub use meteora_damm_v1::MeteoraDammV1CreatePoolDecoded;
|
||||
pub use meteora_damm_v1::MeteoraDammV1DecodedEvent;
|
||||
pub use meteora_damm_v1::MeteoraDammV1Decoder;
|
||||
pub use meteora_damm_v1::MeteoraDammV1SwapDecoded;
|
||||
pub use meteora_damm_v2::MeteoraDammV2CreatePoolDecoded;
|
||||
pub use meteora_damm_v2::MeteoraDammV2DecodedEvent;
|
||||
pub use meteora_damm_v2::MeteoraDammV2Decoder;
|
||||
pub use meteora_damm_v2::MeteoraDammV2SwapDecoded;
|
||||
pub use meteora_dbc::MeteoraDbcCreatePoolDecoded;
|
||||
pub use meteora_dbc::MeteoraDbcDecodedEvent;
|
||||
pub use meteora_dbc::MeteoraDbcDecoder;
|
||||
pub use meteora_dbc::MeteoraDbcSwapDecoded;
|
||||
pub use orca_whirlpools::OrcaWhirlpoolsCreatePoolDecoded;
|
||||
pub use orca_whirlpools::OrcaWhirlpoolsDecodedEvent;
|
||||
pub use orca_whirlpools::OrcaWhirlpoolsDecoder;
|
||||
pub use orca_whirlpools::OrcaWhirlpoolsSwapDecoded;
|
||||
pub use pump_fun::PumpFunCreateV2TokenDecoded;
|
||||
pub use pump_fun::PumpFunDecodedEvent;
|
||||
pub use pump_fun::PumpFunDecoder;
|
||||
pub use pump_fun::PumpFunTradeDecoded;
|
||||
pub use pump_swap::PumpSwapDecodedEvent;
|
||||
pub use pump_swap::PumpSwapDecoder;
|
||||
pub use pump_swap::PumpSwapTradeDecoded;
|
||||
pub use raydium_amm_v4::RaydiumAmmV4DecodedEvent;
|
||||
pub use raydium_amm_v4::RaydiumAmmV4Decoder;
|
||||
pub use raydium_amm_v4::RaydiumAmmV4Initialize2PoolDecoded;
|
||||
pub use raydium_clmm::RaydiumClmmDecodedEvent;
|
||||
pub use raydium_clmm::RaydiumClmmSwapV2Decoded;
|
||||
pub use raydium_clmm::decode_raydium_clmm_instruction;
|
||||
pub use raydium_cpmm::RaydiumCpmmDecodedEvent;
|
||||
pub use raydium_cpmm::RaydiumCpmmSwapDecoded;
|
||||
pub use raydium_cpmm::RaydiumCpmmSwapMode;
|
||||
pub use raydium_cpmm::decode_raydium_cpmm_instruction;
|
||||
|
||||
Reference in New Issue
Block a user