QueryChannelParamsResponse is the response type for the Query/ChannelParams RPC method.
GET /ibc/core/channel/v1/params HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "params": { "upgrade_timeout": { "height": { "revision_number": "text", "revision_height": "text" }, "timestamp": "text" } } }