UNPKG

@hubbleprotocol/farms-sdk

Version:
8 lines (6 loc) 170 B
import { PublicKey } from "@solana/web3.js"; import { FarmState } from "../rpc_client/accounts"; export type FarmAndKey = { farmState: FarmState; key: PublicKey; };