UNPKG

kamino-sdk-beta

Version:

Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol

14 lines 543 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface CollectFeesAccounts { whirlpool: PublicKey; positionAuthority: PublicKey; position: PublicKey; positionTokenAccount: PublicKey; tokenOwnerAccountA: PublicKey; tokenVaultA: PublicKey; tokenOwnerAccountB: PublicKey; tokenVaultB: PublicKey; tokenProgram: PublicKey; } export declare function collectFees(accounts: CollectFeesAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=collectFees.d.ts.map