UNPKG

@marinade.finance/kamino-sdk

Version:
13 lines (12 loc) 576 B
import { TransactionInstruction, PublicKey } from '@solana/web3.js'; export interface SetRewardAuthorityBySuperAuthorityArgs { rewardIndex: number; } export interface SetRewardAuthorityBySuperAuthorityAccounts { whirlpoolsConfig: PublicKey; whirlpool: PublicKey; rewardEmissionsSuperAuthority: PublicKey; newRewardAuthority: PublicKey; } export declare const layout: any; export declare function setRewardAuthorityBySuperAuthority(args: SetRewardAuthorityBySuperAuthorityArgs, accounts: SetRewardAuthorityBySuperAuthorityAccounts): TransactionInstruction;