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

    Class LightClientAttackEvidence

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

    from message tendermint.types.LightClientAttackEvidence

    Hierarchy

    Index

    Constructors

    Properties

    byzantineValidators: 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"

    Methods