UNPKG

ttxd-alpha

Version:

An SDK for building applications on top of V2,V3 and Solana exchanges

5 lines (4 loc) 233 B
import { Raydium, TxVersion } from '@raydium-io/raydium-sdk-v2'; import { InitSdkParams } from './type'; export declare const txVersion = TxVersion["V0"]; export declare function initSdk(params: InitSdkParams): Promise<Raydium>;