bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Enumeration Infraction

    Infraction indicates the infraction a validator commited.

    from enum cosmos.staking.v1beta1.Infraction

    Index

    Enumeration Members

    Enumeration Members

    DOUBLE_SIGN: 1

    DOUBLE_SIGN defines a validator that double-signs a block.

    from enum value: INFRACTION_DOUBLE_SIGN = 1;

    DOWNTIME: 2

    DOWNTIME defines a validator that missed signing too many blocks.

    from enum value: INFRACTION_DOWNTIME = 2;

    UNSPECIFIED: 0

    UNSPECIFIED defines an empty infraction.

    from enum value: INFRACTION_UNSPECIFIED = 0;