from message tendermint.types.Evidence

Hierarchy

Constructors

Properties

sum: {
    case: "duplicateVoteEvidence";
    value: DuplicateVoteEvidence;
} | {
    case: "lightClientAttackEvidence";
    value: LightClientAttackEvidence;
} | {
    case: undefined;
    value?: undefined;
} = ...

Type declaration

  • case: "duplicateVoteEvidence"
  • value: DuplicateVoteEvidence

    from field: tendermint.types.DuplicateVoteEvidence duplicate_vote_evidence = 1;

Type declaration

  • case: "lightClientAttackEvidence"
  • value: LightClientAttackEvidence

    from field: tendermint.types.LightClientAttackEvidence light_client_attack_evidence = 2;

from oneof tendermint.types.Evidence.sum

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

Methods