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 ValidatorSlashEventSDKType {
    fraction: string;
    validator_period: bigint;
}

Properties

fraction: string
validator_period: bigint