package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev
# Functions
DefaultGenesisState returns the evidence module's default genesis state.
FromABCIEvidence converts a Tendermint concrete Evidence type to SDK Evidence using Equivocation as the concrete type.
NewGenesisState creates a new genesis state for the evidence module.
No description provided by the author
NewMsgSubmitEvidence returns a new MsgSubmitEvidence with a signer/submitter.nolint:interfacer.
No description provided by the author
NewQueryAllEvidenceRequest creates a new instance of QueryAllEvidenceRequest.
No description provided by the author
NewQueryEvidenceRequest creates a new instance of QueryEvidenceRequest.
No description provided by the author
No description provided by the author
RegisterLegacyAminoCodec registers all the necessary types and interfaces for the evidence module.
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
# Constants
evidence module events.
evidence module events.
evidence module events.
ModuleName defines the module name.
QuerierRoute defines the module's query routing key.
Querier routes for the evidence module.
Querier routes for the evidence module.
Evidence type constants.
RouterKey defines the module's message routing key.
StoreKey defines the primary module store key.
Evidence type constants.
Message types for the evidence module.
# Variables
DoubleSignJailEndTime period ends at Max Time supported by Amino (Dec 31, 9999 - 23:59:59 GMT).
x/evidence module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
x/evidence module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
x/evidence module sentinel errors.
x/evidence module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KVStore key prefixes.
# Structs
Equivocation implements the Evidence interface and defines evidence of double signing misbehavior.
GenesisState defines the evidence module's genesis state.
MsgSubmitEvidence represents a message that supports submitting arbitrary Evidence of misbehavior such as equivocation or counterfactual signing.
MsgSubmitEvidenceResponse defines the Msg/SubmitEvidence response type.
QueryAllEvidenceParams defines the parameters necessary for querying for all Evidence.
QueryEvidenceRequest is the request type for the Query/AllEvidence RPC method.
QueryAllEvidenceResponse is the response type for the Query/AllEvidence RPC method.
QueryEvidenceRequest is the request type for the Query/Evidence RPC method.
QueryEvidenceResponse is the response type for the Query/Evidence RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author