LightClientAttackEvidence contains evidence of a set of validators attempting to mislead a light client.

from message tendermint.types.LightClientAttackEvidence

Hierarchy

Constructors

Properties

byzantineValidators: proto.tendermint.types.Validator[] = []

from field: repeated tendermint.types.Validator byzantine_validators = 3;

commonHeight: bigint = protoInt64.zero

from field: int64 common_height = 2;

conflictingBlock?: LightBlock

from field: tendermint.types.LightBlock conflicting_block = 1;

timestamp?: Timestamp

from field: google.protobuf.Timestamp timestamp = 5;

totalVotingPower: bigint = protoInt64.zero

from field: int64 total_voting_power = 4;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.types.LightClientAttackEvidence" = "tendermint.types.LightClientAttackEvidence"

Methods