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 ValidatorSlashEventAmino {
    fraction?: string;
    validator_period?: string;
}

Properties

fraction?: string
validator_period?: string