test-raydium-sdk-v2
Version:
An SDK for building applications on top of Raydium.
38 lines (35 loc) • 1.5 kB
TypeScript
import { PublicKey } from '@solana/web3.js';
declare const FARM_PROGRAM_ID_V3: PublicKey;
declare const FARM_PROGRAM_ID_V5: PublicKey;
declare const FARM_PROGRAM_ID_V6: PublicKey;
declare const UTIL1216: PublicKey;
declare const OPEN_BOOK_PROGRAM: PublicKey;
declare const SERUM_PROGRAM_ID_V3: PublicKey;
declare const AMM_V4: PublicKey;
declare const AMM_STABLE: PublicKey;
declare const CLMM_PROGRAM_ID: PublicKey;
declare const Router: PublicKey;
declare const IDO_PROGRAM_ID_V1: PublicKey;
declare const IDO_PROGRAM_ID_V2: PublicKey;
declare const IDO_PROGRAM_ID_V3: PublicKey;
declare const IDO_PROGRAM_ID_V4: PublicKey;
declare const IDO_ALL_PROGRAM: {
IDO_PROGRAM_ID_V1: PublicKey;
IDO_PROGRAM_ID_V2: PublicKey;
IDO_PROGRAM_ID_V3: PublicKey;
IDO_PROGRAM_ID_V4: PublicKey;
};
declare const ALL_PROGRAM_ID: {
AMM_V4: PublicKey;
AMM_STABLE: PublicKey;
CLMM_PROGRAM_ID: PublicKey;
FARM_PROGRAM_ID_V3: PublicKey;
FARM_PROGRAM_ID_V5: PublicKey;
FARM_PROGRAM_ID_V6: PublicKey;
OPEN_BOOK_PROGRAM: PublicKey;
SERUM_PROGRAM_ID_V3: PublicKey;
UTIL1216: PublicKey;
Router: PublicKey;
};
declare type ProgramIdConfig = Partial<typeof ALL_PROGRAM_ID>;
export { ALL_PROGRAM_ID, AMM_STABLE, AMM_V4, CLMM_PROGRAM_ID, FARM_PROGRAM_ID_V3, FARM_PROGRAM_ID_V5, FARM_PROGRAM_ID_V6, IDO_ALL_PROGRAM, IDO_PROGRAM_ID_V1, IDO_PROGRAM_ID_V2, IDO_PROGRAM_ID_V3, IDO_PROGRAM_ID_V4, OPEN_BOOK_PROGRAM, ProgramIdConfig, Router, SERUM_PROGRAM_ID_V3, UTIL1216 };