UNPKG

kamino-sdk-beta

Version:

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

9 lines 415 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface UpdateFeesAndRewardsAccounts { whirlpool: PublicKey; position: PublicKey; tickArrayLower: PublicKey; tickArrayUpper: PublicKey; } export declare function updateFeesAndRewards(accounts: UpdateFeesAndRewardsAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=updateFeesAndRewards.d.ts.map