ChangeTrustOperationResponse constructor

ChangeTrustOperationResponse(
  1. String trustor,
  2. String trustorMuxed,
  3. String trustorMuxedId,
  4. String trustee,
  5. String assetType,
  6. String assetCode,
  7. String assetIssuer,
  8. String limit
)

Implementation

ChangeTrustOperationResponse(
    this.trustor,
    this.trustorMuxed,
    this.trustorMuxedId,
    this.trustee,
    this.assetType,
    this.assetCode,
    this.assetIssuer,
    this.limit);