QueryParamsResponse constructor
const
QueryParamsResponse({
- VotingParams? votingParams,
- DepositParams? depositParams,
- TallyParams? tallyParams,
- Params? params,
Implementation
const QueryParamsResponse({
this.votingParams,
this.depositParams,
this.tallyParams,
this.params,
});