QueryParamsResponse is the response type for the Query/Params RPC method.
GET /cosmwasm/wasm/v1/codes/params HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "params": { "code_upload_access": { "permission": "ACCESS_TYPE_UNSPECIFIED", "addresses": [ "text" ] }, "instantiate_default_permission": "ACCESS_TYPE_UNSPECIFIED" } }