UNPKG

kamino-sdk-beta

Version:

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

10 lines 432 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface UpdateFeesAndRewardsAccounts { position: PublicKey; lbPair: PublicKey; binArrayLower: PublicKey; binArrayUpper: PublicKey; owner: PublicKey; } export declare function updateFeesAndRewards(accounts: UpdateFeesAndRewardsAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=updateFeesAndRewards.d.ts.map