Documentation ¶
Index ¶
- Constants
- func GetCmdQueryChange(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryChanges(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParam(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdSubmitChange(cdc *codec.Codec) *cobra.Command
- func GetCmdVote(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func QueryActiveChanges(cliCtx context.CLIContext, queryRoute string) (changes types.Changes, err error)
- func QueryChange(cliCtx context.CLIContext, queryRoute string, changeID uint64) (change types.Change, err error)
- func QueryChanges(cliCtx context.CLIContext, queryRoute string, page, limit int, ...) (matchingChanges types.Changes, err error)
Constants ¶
View Source
const ( FlagType = "type" FlagData = "data" FlagBlkNum = "blknum" )
Change flags
Variables ¶
This section is empty.
Functions ¶
func GetCmdQueryChange ¶
GetCmdQueryChange implements the query change command.
func GetCmdQueryChanges ¶
GetCmdQueryChanges implements a query changes command.
func GetCmdQueryParam ¶
GetCmdQueryChange implements the query change command.
func GetCmdQueryParams ¶
GetCmdQueryChange implements the query change command.
func GetCmdSubmitChange ¶
GetCmdSubmitChange implements submitting a change transaction command.
func GetCmdVote ¶
GetCmdVote implements creating a new approve command.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func QueryActiveChanges ¶
func QueryChange ¶
func QueryChanges ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.