QueryParamsResponse is the response type for the Query/Params RPC method.
GET //terra/oracle/v1beta1/params HTTP/1.1 Host: lunc.nownodes.io Accept: */*
A successful response.
{ "params": { "vote_period": "text", "vote_threshold": "text", "reward_band": "text", "reward_distribution_window": "text", "whitelist": [ { "name": "text", "tobin_tax": "text" } ], "slash_fraction": "text", "slash_window": "text", "min_valid_per_window": "text" } }