Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetQueryCmd ¶
GetQueryCmd returns the CLI command with all evidence module query commands mounted.
func GetTxCmd ¶
GetTxCmd returns a CLI command that has all the native evidence module tx commands mounted. In addition, it mounts all childCmds, implemented by outside modules, under a sub-command. This allows external modules to implement custom Evidence types and Handlers while having the ability to create and sign txs containing them all from a single root command.
func QueryEvidenceCmd ¶
QueryEvidenceCmd returns the command handler for evidence querying. Evidence can be queried for by hash or paginated evidence can be returned.
func SubmitEvidenceCmd ¶
SubmitEvidenceCmd returns the top-level evidence submission command handler. All concrete evidence submission child command handlers should be registered under this command.
Types ¶
This section is empty.