QueryParamsResponse is the response type for the Query/Params RPC method.
GET /mint/v1beta1/params HTTP/1.1 Host: stride.nownodes.io Accept: */*
A successful response.
{ "params": { "mint_denom": "text", "genesis_epoch_provisions": "text", "epoch_identifier": "text", "reduction_period_in_epochs": "text", "reduction_factor": "text", "distribution_proportions": { "staking": "text", "community_pool_growth": "text", "community_pool_security_budget": "text", "strategic_reserve": "text" }, "minting_rewards_distribution_start_epoch": "text" } }