QueryRedelegationsRequest constructor

const QueryRedelegationsRequest({
  1. String? delegatorAddr,
  2. String? srcValidatorAddr,
  3. String? dstValidatorAddr,
  4. PageRequest? pagination,
})

Implementation

const QueryRedelegationsRequest({
  this.delegatorAddr,
  this.srcValidatorAddr,
  this.dstValidatorAddr,
  this.pagination,
});