from message tendermint.abci.Misbehavior

Hierarchy

Constructors

Properties

height: bigint = protoInt64.zero

The height when the offense occurred

from field: int64 height = 3;

time?: Timestamp

The corresponding time where the offense occurred

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

totalVotingPower: bigint = protoInt64.zero

Total voting power of the validator set in case the ABCI application does not store historical validators. https://github.com/tendermint/tendermint/issues/4581

from field: int64 total_voting_power = 5;

type: MisbehaviorType = MisbehaviorType.UNKNOWN

from field: tendermint.abci.MisbehaviorType type = 1;

The offending validator

from field: tendermint.abci.Validator validator = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.abci.Misbehavior" = "tendermint.abci.Misbehavior"

Methods