QueryTotalClaimableRequest constructor

const QueryTotalClaimableRequest({
  1. String? airdropIdentifier,
  2. String? address,
  3. bool? includeClaimed,
})

Implementation

const QueryTotalClaimableRequest({
  this.airdropIdentifier,
  this.address,
  this.includeClaimed,
});