QueryRewardsByWalletAndEpochRequest constructor
const
QueryRewardsByWalletAndEpochRequest({
- String? walletAddress,
- BigInt? epoch,
- PageRequest? pagination,
Implementation
const QueryRewardsByWalletAndEpochRequest({
this.walletAddress,
this.epoch,
this.pagination,
});