UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

13 lines 661 B
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit"; export interface CollectProtocolFeesAccounts { whirlpoolsConfig: Address; whirlpool: Address; collectProtocolFeesAuthority: TransactionSigner; tokenVaultA: Address; tokenVaultB: Address; tokenDestinationA: Address; tokenDestinationB: Address; tokenProgram: Address; } export declare function collectProtocolFees(accounts: CollectProtocolFeesAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>; //# sourceMappingURL=collectProtocolFees.d.ts.map