Documentation ¶
Index ¶
- Constants
- Variables
- func GetAddrOfCmd() *cobra.Command
- func GetCmdBroadcast(cdc *codec.Codec) *cobra.Command
- func GetEncryptPrivKey() *cobra.Command
- func GetGenAddrCmd() *cobra.Command
- func GetNowCmd(cdc *amino.Codec) *cobra.Command
- func GetPubKeyOfCmd() *cobra.Command
- func NewCoreBroadcastContextFromViper() core.CoreContext
- func NewCoreContextFromViper() core.CoreContext
- func ParsePrivKey(key string) (crypto.PrivKey, error)
- func ParsePubKey(key string) (crypto.PubKey, error)
- func PostCommands(cmds ...*cobra.Command) []*cobra.Command
- type CommandTxCallback
- type OptionalSigner
Constants ¶
View Source
const ( FlagOffline = "offline" FlagChainID = "chain-id" FlagNode = "node" FlagHeight = "height" FlagTrustNode = "trust-node" FlagName = "name" FlagSequence = "sequence" FlagPrivKey = "priv-key" FlagPubKey = "pub-key" FlagFees = "fees" // Infra FlagProvider = "provider" FlagUsage = "usage" )
nolint
Variables ¶
View Source
var ValidateCmd = cosmoscli.ValidateCmd
Functions ¶
func GetAddrOfCmd ¶ added in v0.6.7
func GetCmdBroadcast ¶ added in v0.3.7
GetCmdBoradcast -
func GetEncryptPrivKey ¶ added in v0.6.7
func GetGenAddrCmd ¶ added in v0.6.7
func GetPubKeyOfCmd ¶ added in v0.6.9
func NewCoreBroadcastContextFromViper ¶ added in v0.3.7
func NewCoreBroadcastContextFromViper() core.CoreContext
func NewCoreContextFromViper ¶
func NewCoreContextFromViper() core.CoreContext
Types ¶
type OptionalSigner ¶ added in v0.6.0
type OptionalSigner = core.OptionalSigner
Click to show internal directories.
Click to hide internal directories.