PathPaymentStrictSendOperationResponse constructor

PathPaymentStrictSendOperationResponse(
  1. String amount,
  2. String sourceAmount,
  3. String destinationMin,
  4. String from,
  5. String fromMuxed,
  6. int fromMuxedId,
  7. String to,
  8. String toMuxed,
  9. int toMuxedId,
  10. String assetType,
  11. String assetCode,
  12. String assetIssuer,
  13. String sourceAssetType,
  14. String sourceAssetCode,
  15. String sourceAssetIssuer,
  16. List<Asset> path
)

Implementation

PathPaymentStrictSendOperationResponse(
    this.amount,
    this.sourceAmount,
    this.destinationMin,
    this.from,
    this.fromMuxed,
    this.fromMuxedId,
    this.to,
    this.toMuxed,
    this.toMuxedId,
    this.assetType,
    this.assetCode,
    this.assetIssuer,
    this.sourceAssetType,
    this.sourceAssetCode,
    this.sourceAssetIssuer,
    this.path);