UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

9 lines 384 B
import { Address, IInstruction } from "@solana/kit"; export interface UpdateFeesAndRewardsAccounts { whirlpool: Address; position: Address; tickArrayLower: Address; tickArrayUpper: Address; } export declare function updateFeesAndRewards(accounts: UpdateFeesAndRewardsAccounts, programAddress?: Address): IInstruction; //# sourceMappingURL=updateFeesAndRewards.d.ts.map