Strategy specifies the method used to determine the price of USDY.

  • STRATEGY_FAIR_VALUE: Computes the price based on a fair value model.
  • STRATEGY_MARKET: Fetches the price directly from the market.

Enumeration Members

STRATEGY_FAIR_VALUE: 0
STRATEGY_MARKET: 1

Generated using TypeDoc