ChangeTrustOperationResponse constructor

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

Implementation

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