SEP38QuoteResponse constructor

SEP38QuoteResponse(
  1. String id,
  2. DateTime expiresAt,
  3. String totalPrice,
  4. String price,
  5. String sellAsset,
  6. String sellAmount,
  7. String buyAsset,
  8. String buyAmount,
  9. SEP38Fee fee,
)

Implementation

SEP38QuoteResponse(this.id, this.expiresAt, this.totalPrice, this.price,
    this.sellAsset, this.sellAmount, this.buyAsset, this.buyAmount, this.fee);