Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the evidence Msg service.
SubmitEvidence submits an arbitrary Evidence of misbehavior such as equivocation or counterfactual signing.
MsgSubmitEvidence represents a message that supports submitting arbitrary Evidence of misbehavior such as equivocation or counterfactual signing.
submitter is the signer account address of evidence.
evidence defines the evidence of misbehavior.
MsgSubmitEvidenceResponse defines the Msg/SubmitEvidence response type.
hash defines the hash of the evidence.
Query defines the gRPC querier service.
Evidence queries evidence based on evidence hash.
QueryEvidenceRequest is the request type for the Query/Evidence RPC method.
evidence_hash defines the hash of the requested evidence. Deprecated: Use hash, a HEX encoded string, instead.
hash defines the evidence hash of the requested evidence. Since: cosmos-sdk 0.47
QueryEvidenceResponse is the response type for the Query/Evidence RPC method.
evidence returns the requested evidence.
AllEvidence queries all evidence.
QueryEvidenceRequest is the request type for the Query/AllEvidence RPC method.
pagination defines an optional pagination for the request.
QueryAllEvidenceResponse is the response type for the Query/AllEvidence RPC method.
evidence returns all evidences.
pagination defines the pagination in the response.
Equivocation implements the Evidence interface and defines evidence of double signing misbehavior.
height is the equivocation height.
time is the equivocation time.
power is the equivocation validator power.
consensus_address is the equivocation validator consensus address.
GenesisState defines the evidence module's genesis state.
evidence defines all the evidence at genesis.