cli

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetQueryCmd

func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command

GetQueryCmd returns the CLI command with all evidence module query commands mounted.

func GetTxCmd

func GetTxCmd(storeKey string, cdc *codec.Codec, childCmds []*cobra.Command) *cobra.Command

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

func QueryEvidenceCmd(cdc *codec.Codec) func(*cobra.Command, []string) error

QueryEvidenceCmd returns the command handler for evidence querying. Evidence can be queried for by hash or paginated evidence can be returned.

func QueryParamsCmd

func QueryParamsCmd(cdc *codec.Codec) *cobra.Command

QueryParamsCmd returns the command handler for evidence parameter querying.

func SubmitEvidenceCmd

func SubmitEvidenceCmd(cdc *codec.Codec) *cobra.Command

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL