Evidence
The 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.
MsgSubmitEvidence
MsgSubmitEvidence
represents a message that supports submitting arbitrary Evidence of misbehavior such as equivocation or counterfactual signing.
MsgSubmitEvidenceResponse
MsgSubmitEvidenceResponse
defines the Msg/SubmitEvidence
response type.
Queries
Query
defines the gRPC querier service.
QueryEvidenceRequest
QueryEvidenceRequest
is the request type for the Query/Evidence
RPC method.
QueryEvidenceResponse
QueryEvidenceResponse
is the response type for the Query/Evidence
RPC method.
QueryEvidenceRequest
QueryEvidenceRequest
is the request type for the Query/AllEvidence
RPC
QueryAllEvidenceResponse
QueryAllEvidenceResponse
is the response type for the Query/AllEvidence
RPC method.
Was this page helpful?