UNPKG

@cryptoscan/meteora-sdk

Version:

The fastest and easiest way to trade on Meteora.

12 lines (10 loc) 262 B
import type { Connection } from "@solana/web3.js"; export interface MeteoraApiParams { buySlippage: number; bumpSlippage: number; sellSlippage: number; buyFee: number; sellFee: number; transferFee: number; connection?: Connection; }