QueryRedelegationsRequest constructor
const
QueryRedelegationsRequest({
- String? delegatorAddr,
- String? srcValidatorAddr,
- String? dstValidatorAddr,
- PageRequest? pagination,
Implementation
const QueryRedelegationsRequest({
this.delegatorAddr,
this.srcValidatorAddr,
this.dstValidatorAddr,
this.pagination,
});