@kamino-finance/kliquidity-sdk
Version:
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
10 lines • 428 B
TypeScript
import { Address, 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;
//# sourceMappingURL=updateFeesAndRewards.d.ts.map