UNPKG

@marinade.finance/kamino-sdk

Version:
12 lines (11 loc) 449 B
import { TransactionInstruction, PublicKey } from '@solana/web3.js'; export interface SetRewardAuthorityArgs { rewardIndex: number; } export interface SetRewardAuthorityAccounts { whirlpool: PublicKey; rewardAuthority: PublicKey; newRewardAuthority: PublicKey; } export declare const layout: any; export declare function setRewardAuthority(args: SetRewardAuthorityArgs, accounts: SetRewardAuthorityAccounts): TransactionInstruction;