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