UNPKG

@cryptoscan/orca-sdk

Version:

The fastest and easiest way to trade on Orca.

13 lines (11 loc) 361 B
import { SendSolanaTransactionParameters } from "@cryptoscan/solana-send-transaction"; import { Keypair } from "@solana/web3.js"; export interface SellParams extends SendSolanaTransactionParameters { wallet: Keypair; payerWallet?: Keypair; coinAddress: string; sol?: number; slippage?: number; fee?: number; priorityFee?: number; }