UNPKG

@kamino-finance/farms-sdk

Version:
13 lines 507 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface UpdateFarmConfigArgs { mode: number; data: Uint8Array; } export interface UpdateFarmConfigAccounts { signer: PublicKey; farmState: PublicKey; scopePrices: PublicKey; } export declare const layout: any; export declare function updateFarmConfig(args: UpdateFarmConfigArgs, accounts: UpdateFarmConfigAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=updateFarmConfig.d.ts.map