PathPaymentOperationResponse constructor

PathPaymentOperationResponse(
  1. String amount,
  2. String sourceMax,
  3. KeyPair from,
  4. KeyPair to,
  5. String assetType,
  6. String assetCode,
  7. String assetIssuer,
  8. String sourceAssetType,
  9. String sourceAssetCode,
  10. String sourceAssetIssuer
)

Implementation

PathPaymentOperationResponse(
    this.amount,
    this.sourceMax,
    this.from,
    this.to,
    this.assetType,
    this.assetCode,
    this.assetIssuer,
    this.sourceAssetType,
    this.sourceAssetCode,
    this.sourceAssetIssuer);