Documentation ¶
Index ¶
- Constants
- func GetAccountAddressByIDCmd() *cobra.Command
- func GetAccountCmd(ac address.Codec) *cobra.Command
- func GetAccountsCmd() *cobra.Command
- func GetAuxToFeeCommand() *cobra.Command
- func GetBroadcastCommand() *cobra.Command
- func GetDecodeCommand() *cobra.Command
- func GetEncodeCommand() *cobra.Command
- func GetMultiSignBatchCmd() *cobra.Command
- func GetMultiSignCommand() *cobra.Command
- func GetQueryCmd(ac address.Codec) *cobra.Command
- func GetSignBatchCommand() *cobra.Command
- func GetSignCommand() *cobra.Command
- func GetValidateSignaturesCommand() *cobra.Command
- func ParseSigArgs(args []string) ([]string, error)
- func QueryModuleAccountByNameCmd() *cobra.Command
- func QueryModuleAccountsCmd() *cobra.Command
- func QueryParamsCmd() *cobra.Command
- func QueryTxCmd() *cobra.Command
- func QueryTxsByEventsCmd() *cobra.Command
Constants ¶
const ( FlagEvents = "events" // TODO: Remove when #14758 is merged FlagQuery = "query" FlagType = "type" FlagOrderBy = "order_by" TypeHash = "hash" TypeAccSeq = "acc_seq" TypeSig = "signature" TypeHeight = "height" EventFormat = "{eventType}.{eventAttribute}={value}" )
Variables ¶
This section is empty.
Functions ¶
func GetAccountAddressByIDCmd ¶ added in v0.46.0
GetAccountAddressByIDCmd returns a query account that will display the account address of a given account id.
func GetAccountCmd ¶
GetAccountCmd returns a query account that will display the state of the account at a given address.
func GetAccountsCmd ¶ added in v0.43.0
GetAccountsCmd returns a query command that will display a list of accounts
func GetAuxToFeeCommand ¶ added in v0.46.0
func GetBroadcastCommand ¶
GetBroadcastCommand returns the tx broadcast command.
func GetDecodeCommand ¶
GetDecodeCommand returns the decode command to take serialized bytes and turn it into a JSON-encoded transaction.
func GetEncodeCommand ¶
GetEncodeCommand returns the encode command to take a JSONified transaction and turn it into Amino-serialized bytes
func GetMultiSignBatchCmd ¶ added in v0.41.4
func GetMultiSignCommand ¶
GetMultiSignCommand returns the multi-sign command
func GetQueryCmd ¶
GetQueryCmd returns the transaction commands for this module
func GetSignBatchCommand ¶ added in v0.40.0
GetSignBatchCommand returns the transaction sign-batch command.
func GetSignCommand ¶
GetSignCommand returns the transaction sign command.
func ParseSigArgs ¶ added in v0.47.0
ParseSigArgs parses comma-separated signatures from the CLI arguments.
func QueryModuleAccountByNameCmd ¶ added in v0.45.10
QueryModuleAccountByNameCmd returns a command to
func QueryModuleAccountsCmd ¶ added in v0.46.0
QueryAllModuleAccountsCmd returns a list of all the existing module accounts with their account information and permissions
func QueryParamsCmd ¶
QueryParamsCmd returns the command handler for evidence parameter querying.
func QueryTxCmd ¶
QueryTxCmd implements the default command for a tx query.
func QueryTxsByEventsCmd ¶
QueryTxsByEventsCmd returns a command to search through transactions by events.
Types ¶
This section is empty.