endpoints/sei-chainslash_windowGET/sei-protocol/sei-chain/oracle/slash_windowSlashWindow returns slash window informationResponses200A successful response.Propertieswindow_progressstringwindow_progress defines the number of voting periods since the last slashing event would have taken place.defaultAn unexpected error response.PropertiescodeintegermessagestringdetailsarrayExample Usageimport { getQueryClient } from '@sei-js/cosmjs'; const queryClient = await getQueryClient("YOUR_RPC_URL"); const { slashWindow } = queryClient.sei-protocol.sei-chain.oracle; const params: QuerySlashWindowRequest = {}; const response: QuerySlashWindowResponseSDKType = await slashWindow(params);