evidence module is responsible for the submission and handling of arbitrary evidence of misbehavior such as equivocation and counterfactual signing.
For more information, visit https://docs.cosmos.network/main/modules/evidence
Message Types
Msg defines the evidence Msg service.
tx.proto
MsgSubmitEvidence
MsgSubmitEvidence represents a message that supports submitting arbitrary Evidence of misbehavior such as equivocation or counterfactual signing.
tx.proto
MsgSubmitEvidenceResponse
MsgSubmitEvidenceResponse defines the Msg/SubmitEvidence response type.
tx.proto
Queries
Query defines the gRPC querier service.
query.proto
QueryEvidenceRequest
QueryEvidenceRequest is the request type for the Query/Evidence RPC method.
query.proto
QueryEvidenceResponse
QueryEvidenceResponse is the response type for the Query/Evidence RPC method.
query.proto
QueryEvidenceRequest
QueryEvidenceRequest is the request type for the Query/AllEvidence RPC
query.proto
QueryAllEvidenceResponse
QueryAllEvidenceResponse is the response type for the Query/AllEvidence RPC method.
query.proto