QueryWasmxParamsRequest is the response type for the Query/WasmxParams RPC method.
GET /injective/wasmx/v1/params HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "params": { "is_execution_enabled": true, "max_begin_block_total_gas": "text", "max_contract_gas_limit": "text", "min_gas_price": "text", "register_contract_access": { "permission": "ACCESS_TYPE_UNSPECIFIED", "addresses": [ "text" ] } } }