PathPaymentStrictSendOperationResponse constructor

PathPaymentStrictSendOperationResponse(
  1. String amount,
  2. String sourceAmount,
  3. String destinationMin,
  4. String from,
  5. String to,
  6. String assetType,
  7. String assetCode,
  8. String assetIssuer,
  9. String sourceAssetType,
  10. String sourceAssetCode,
  11. String sourceAssetIssuer,
  12. List<Asset> path
)

Implementation

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