QueryRewardsByWalletAndEpochRequest constructor

const QueryRewardsByWalletAndEpochRequest({
  1. String? walletAddress,
  2. BigInt? epoch,
  3. PageRequest? pagination,
})

Implementation

const QueryRewardsByWalletAndEpochRequest({
  this.walletAddress,
  this.epoch,
  this.pagination,
});