QueryParamsResponse is the response type for the Query/Params RPC method.

interface QueryParamsResponseSDKType {
    deposit_params: undefined | DepositParamsSDKType;
    tally_params: undefined | TallyParamsSDKType;
    voting_params: undefined | VotingParamsSDKType;
}

Properties

deposit_params: undefined | DepositParamsSDKType
tally_params: undefined | TallyParamsSDKType
voting_params: undefined | VotingParamsSDKType