OfferResponse constructor

OfferResponse(
  1. String id,
  2. String pagingToken,
  3. KeyPair seller,
  4. Asset selling,
  5. Asset buying,
  6. String amount,
  7. String price,
  8. int lastModifiedLedger,
  9. String lastModifiedTime,
  10. OfferResponseLinks links
)

Implementation

OfferResponse(
    this.id,
    this.pagingToken,
    this.seller,
    this.selling,
    this.buying,
    this.amount,
    this.price,
    this.lastModifiedLedger,
    this.lastModifiedTime,
    this.links);