Interface MarketBundle

Main data component for the honey program. Will fetch the market, reserves, user, and positions for a market.

Property

the honey client

Property

the market

Property

the reserves

Property

the user

Property

the positions

Property

the bids

Hierarchy

  • MarketBundle

Properties

bids?: helpers.Bid[]
client: HoneyClient
market: HoneyMarket
positions?: helpers.NftPosition[]
reserves: HoneyReserve[]
user: HoneyUser

Generated using TypeDoc