UNPKG

@hubbleprotocol/farms-sdk

Version:
7 lines (6 loc) 279 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface RefreshFarmAccounts { farmState: PublicKey; scopePrices: PublicKey; } export declare function refreshFarm(accounts: RefreshFarmAccounts, programId?: PublicKey): TransactionInstruction;