JS API Reference

Module: market/builder

Table of contents

Type Aliases

Type Aliases

MarketDecoration

Ƭ MarketDecoration: Object

Properties and constraints to be added to a market object (i.e. a demand or an offer).

Type declaration

NameType
properties{ key: string ; value: string | number | boolean }[]
constraintsstring[]

Defined in

src/market/builder.ts:8