@marinade.finance/kamino-sdk
Version:
9 lines (8 loc) • 342 B
TypeScript
import { TransactionInstruction, PublicKey } from '@solana/web3.js';
export interface UpdateFeesAndRewardsAccounts {
whirlpool: PublicKey;
position: PublicKey;
tickArrayLower: PublicKey;
tickArrayUpper: PublicKey;
}
export declare function updateFeesAndRewards(accounts: UpdateFeesAndRewardsAccounts): TransactionInstruction;