QuerySlashWindowResponse is response type for the Query/SlashWindow RPC method.

interface QuerySlashWindowResponse {
    windowProgress: bigint;
}

Properties

Properties

windowProgress: bigint

window_progress defines the number of voting periods since the last slashing event would have taken place.