slash_window

GET

/sei-protocol/sei-chain/oracle/slash_window

SlashWindow returns slash window information

Responses

Example Usage

import { 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);