QueryParamsResponse is the response type for the Query/Params RPC method.
GET /osmosis/tokenfactory/v1beta1/params HTTP/1.1 Host: osmo.nownodes.io Accept: */*
A successful response.
{ "params": { "denom_creation_fee": [ { "denom": "text", "amount": "text" } ], "denom_creation_gas_consume": "text" } }