Represents the smallest increment by which an order size can increase in the given market.
For example, if minTickSize is 0.1, all trades must be sized in
increments of 0.1.
Represents the smallest increment by which an order price can increase for
the given market's aUnit, or base currency.
Represents the smallest increment by which an order price can increase for
the given market's bUnit, or quote currency.
Represents the lowest price an order can have in the given market.
Generated using TypeDoc
Represents a market on the Nash Exchange.
Generally, this is consumed in the form of
Record<string, Market>wherestringrepresents the market's name. This interface represents the absolute minimum of properties needed for the Nash Protocol to function.