UNPKG

@kamino-finance/farms-sdk

Version:
7 lines 320 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface RefreshFarmAccounts { farmState: PublicKey; scopePrices: PublicKey; } export declare function refreshFarm(accounts: RefreshFarmAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=refreshFarm.d.ts.map