UNPKG

@prism-hq/prism-ag

Version:

Prism Aggregator

6 lines (5 loc) 470 B
/// <reference types="whirlpools-prism-sdk/node_modules/@solana/web3.js" /> import { Program } from "@project-serum/anchor"; import { PublicKey } from "@solana/web3.js"; import { PrismAg } from "./idl"; export declare function senchaSwap(user: PublicKey, program: Program<PrismAg>, route: any, fromTokenAccount: PublicKey, toTokenAccount: PublicKey, fees: any, hostFees: number, useT?: any, disableFees?: any): Promise<import("@solana/web3.js").TransactionInstruction>;