AllowTrustOperationResponse constructor

AllowTrustOperationResponse(
  1. bool authorize,
  2. bool authorizeToMaintainLiabilities,
  3. String assetIssuer,
  4. String assetCode,
  5. String assetType,
  6. String trustee,
  7. String trustor
)

Implementation

AllowTrustOperationResponse(this.authorize, this.authorizeToMaintainLiabilities, this.assetIssuer, this.assetCode,
    this.assetType, this.trustee, this.trustor);