Equivocation implements the Evidence interface and defines evidence of double signing misbehavior.

from message cosmos.evidence.v1beta1.Equivocation

Hierarchy

Constructors

Properties

consensusAddress: string = ""

consensus_address is the equivocation validator consensus address.

from field: string consensus_address = 4;

height: bigint = protoInt64.zero

height is the equivocation height.

from field: int64 height = 1;

power: bigint = protoInt64.zero

power is the equivocation validator power.

from field: int64 power = 3;

time?: Timestamp

time is the equivocation time.

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

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.evidence.v1beta1.Equivocation" = "cosmos.evidence.v1beta1.Equivocation"

Methods