RevokeSponsorshipOperationResponse constructor

RevokeSponsorshipOperationResponse(
  1. String accountId,
  2. String claimableBalanceId,
  3. String dataAccountId,
  4. String dataName,
  5. String offerId,
  6. String trustlineAccountId,
  7. String trustlineAsset,
  8. String signerAccountId,
  9. String signerKey
)

Implementation

RevokeSponsorshipOperationResponse(
    this.accountId,
    this.claimableBalanceId,
    this.dataAccountId,
    this.dataName,
    this.offerId,
    this.trustlineAccountId,
    this.trustlineAsset,
    this.signerAccountId,
    this.signerKey);