@kamino-finance/kliquidity-sdk
Version:
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
9 lines • 500 B
TypeScript
import { Address, IAccountMeta, IInstruction } from "@solana/kit";
export interface UpdateFeesAndRewardsAccounts {
whirlpool: Address;
position: Address;
tickArrayLower: Address;
tickArrayUpper: Address;
}
export declare function updateFeesAndRewards(accounts: UpdateFeesAndRewardsAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=updateFeesAndRewards.d.ts.map