ValidatorSlashEvent represents a validator slash event. Height is implicit within the store key. This is needed to calculate appropriate amount of staking tokens for delegations which are withdrawn after a slash has occurred.

interface ValidatorSlashEvent {
    fraction: string;
    validatorPeriod: bigint;
}

Properties

fraction: string
validatorPeriod: bigint