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