QueryParamsResponse defines the response type for querying x/feemodel parameters.
GET /coreum/feemodel/v1/params HTTP/1.1 Host: coreum.nownodes.io Accept: */*
A successful response.
{ "params": { "model": { "initial_gas_price": "text", "max_gas_price_multiplier": "text", "max_discount": "text", "escalation_start_fraction": "text", "max_block_gas": "text", "short_ema_block_length": 1, "long_ema_block_length": 1 } } }