SEP38PriceResponse constructor

SEP38PriceResponse(
  1. String totalPrice,
  2. String price,
  3. String sellAmount,
  4. String buyAmount,
  5. SEP38Fee fee,
)

Implementation

SEP38PriceResponse(
    this.totalPrice, this.price, this.sellAmount, this.buyAmount, this.fee);