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

interface QuerySlashWindowResponseAmino {
    window_progress?: string;
}

Properties

Properties

window_progress?: string

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