Infraction indicates the infraction a validator commited.
from enum cosmos.staking.v1beta1.Infraction
DOUBLE_SIGN defines a validator that double-signs a block.
from enum value: INFRACTION_DOUBLE_SIGN = 1;
DOWNTIME defines a validator that missed signing too many blocks.
from enum value: INFRACTION_DOWNTIME = 2;
UNSPECIFIED defines an empty infraction.
from enum value: INFRACTION_UNSPECIFIED = 0;
Infraction indicates the infraction a validator commited.
Generated
from enum cosmos.staking.v1beta1.Infraction