PaymentOperationResponse constructor

PaymentOperationResponse(
  1. String amount,
  2. String assetType,
  3. String assetCode,
  4. String assetIssuer,
  5. KeyPair from,
  6. String fromMuxed,
  7. int fromMuxedId,
  8. KeyPair to,
  9. String toMuxed,
  10. int toMuxedId
)

Implementation

PaymentOperationResponse(
    this.amount,
    this.assetType,
    this.assetCode,
    this.assetIssuer,
    this.from,
    this.fromMuxed,
    this.fromMuxedId,
    this.to,
    this.toMuxed,
    this.toMuxedId);