QueryAirdropResponse constructor
const
QueryAirdropResponse({
- String? id,
- String? rewardDenom,
- Timestamp? distributionStartDate,
- Timestamp? distributionEndDate,
- Timestamp? clawbackDate,
- Timestamp? claimTypeDeadlineDate,
- String? earlyClaimPenalty,
- String? distributorAddress,
- String? allocatorAddress,
- String? linkerAddress,
- BigInt? currentDateIndex,
- 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,
});