endpoints/slashingparamsGET/cosmos/slashing/v1beta1/paramsParams queries the parameters of slashing moduleResponses200A successful response.PropertiesparamsobjectParams represents the parameters used for by the slashing module.Propertiessigned_blocks_windowstringmin_signed_per_windowstringdowntime_jail_durationstringslash_fraction_double_signstringslash_fraction_downtimestringdefaultAn unexpected error response.PropertiescodeintegermessagestringdetailsarrayExample Usageimport { getQueryClient } from '@sei-js/cosmjs'; const queryClient = await getQueryClient("YOUR_RPC_URL"); const { params } = queryClient.cosmos.slashing.v1beta1; const params: QueryParamsRequest = {}; const response: QueryParamsResponseSDKType = await params(params);