cli

package
v0.50.9 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const (
	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 GetBroadcastCommand added in v0.31.0

func GetBroadcastCommand() *cobra.Command

GetBroadcastCommand returns the tx broadcast command.

func GetDecodeCommand added in v0.50.9

func GetDecodeCommand() *cobra.Command

GetDecodeCommand returns the decode command to take serialized bytes and turn it into a JSON-encoded transaction.

func GetEncodeCommand added in v0.31.0

func GetEncodeCommand() *cobra.Command

GetEncodeCommand returns the encode command to take a JSONified transaction and turn it into Amino-serialized bytes

func GetMultiSignBatchCmd added in v0.50.9

func GetMultiSignBatchCmd() *cobra.Command

func GetMultiSignCommand added in v0.30.0

func GetMultiSignCommand() *cobra.Command

GetMultiSignCommand returns the multi-sign command

func GetSignBatchCommand added in v0.50.9

func GetSignBatchCommand() *cobra.Command

GetSignBatchCommand returns the transaction sign-batch command.

func GetSignCommand added in v0.25.0

func GetSignCommand() *cobra.Command

GetSignCommand returns the transaction sign command.

func GetSimulateCmd added in v0.50.9

func GetSimulateCmd() *cobra.Command

GetSimulateCmd returns a command that simulates whether a transaction will be successful.

func GetValidateSignaturesCommand added in v0.50.9

func GetValidateSignaturesCommand() *cobra.Command

func ParseSigArgs added in v0.50.9

func ParseSigArgs(args []string) ([]string, error)

ParseSigArgs parses comma-separated signatures from the CLI arguments.

func QueryTxCmd added in v0.50.9

func QueryTxCmd() *cobra.Command

QueryTxCmd implements the default command for a tx query.

func QueryTxsByEventsCmd added in v0.50.9

func QueryTxsByEventsCmd() *cobra.Command

QueryTxsByEventsCmd returns a command to search through transactions by events.

Types

This section is empty.

Jump to

Keyboard shortcuts

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