MsgSubmitEvidence represents a message that supports submitting arbitrary Evidence of misbehavior such as equivocation or counterfactual signing.

from message cosmos.evidence.v1beta1.MsgSubmitEvidence

Hierarchy

Constructors

Properties

evidence?: Any

evidence defines the evidence of misbehavior.

from field: google.protobuf.Any evidence = 2;

submitter: string = ""

submitter is the signer account address of evidence.

from field: string submitter = 1;

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

Methods