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,
  9. String? liquidityPoolId,
)

Implementation

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