PolicyConstraints constructor

PolicyConstraints(
  1. double rate_min,
  2. double rate_max,
  3. Coin cap,
  4. double change_rate_max,
)

Implementation

PolicyConstraints(
    this.rate_min, this.rate_max, this.cap, this.change_rate_max);