QueryAirdropResponse constructor

const QueryAirdropResponse({
  1. String? id,
  2. String? rewardDenom,
  3. Timestamp? distributionStartDate,
  4. Timestamp? distributionEndDate,
  5. Timestamp? clawbackDate,
  6. Timestamp? claimTypeDeadlineDate,
  7. String? earlyClaimPenalty,
  8. String? distributorAddress,
  9. String? allocatorAddress,
  10. String? linkerAddress,
  11. BigInt? currentDateIndex,
  12. BigInt? airdropLength,
})

Implementation

const QueryAirdropResponse({
  this.id,
  this.rewardDenom,
  this.distributionStartDate,
  this.distributionEndDate,
  this.clawbackDate,
  this.claimTypeDeadlineDate,
  this.earlyClaimPenalty,
  this.distributorAddress,
  this.allocatorAddress,
  this.linkerAddress,
  this.currentDateIndex,
  this.airdropLength,
});