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

    ValidatorSigningInfo defines a validator's signing info for monitoring their liveness activity.

    from message cosmos.slashing.v1beta1.ValidatorSigningInfo

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    from field: string address = 1;

    indexOffset: bigint = protoInt64.zero

    Index which is incremented each time the validator was a bonded in a block and may have signed a precommit or not. This in conjunction with the SignedBlocksWindow param determines the index in the MissedBlocksBitArray.

    from field: int64 index_offset = 3;

    jailedUntil?: Timestamp

    Timestamp until which the validator is jailed due to liveness downtime.

    from field: google.protobuf.Timestamp jailed_until = 4;

    missedBlocksCounter: bigint = protoInt64.zero

    A counter kept to avoid unnecessary array reads. Note that Sum(MissedBlocksBitArray) always equals MissedBlocksCounter.

    from field: int64 missed_blocks_counter = 6;

    startHeight: bigint = protoInt64.zero

    Height at which validator was first a candidate OR was unjailed

    from field: int64 start_height = 2;

    tombstoned: boolean = false

    Whether or not a validator has been tombstoned (killed out of validator set). It is set once the validator commits an equivocation or for any other configured misbehiavor.

    from field: bool tombstoned = 5;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.slashing.v1beta1.ValidatorSigningInfo"

    Methods