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.

from message cosmos.distribution.v1beta1.ValidatorSlashEvent

Hierarchy

Constructors

Properties

fraction: string = ""

from field: string fraction = 2;

validatorPeriod: bigint = protoInt64.zero

from field: uint64 validator_period = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.distribution.v1beta1.ValidatorSlashEvent" = "cosmos.distribution.v1beta1.ValidatorSlashEvent"

Methods