Versions in this module Expand all Collapse all v0 v0.60.1 Sep 27, 2024 Changes in this version + func Cmd() *cobra.Command + func ReadFromClientConfig(ctx client.Context) (client.Context, error) + type ClientConfig struct + BroadcastMode string + ChainID string + KeyringBackend string + Node string + Output string + func (c *ClientConfig) SetBroadcastMode(broadcastMode string) + func (c *ClientConfig) SetChainID(chainID string) + func (c *ClientConfig) SetKeyringBackend(keyringBackend string) + func (c *ClientConfig) SetNode(node string) + func (c *ClientConfig) SetOutput(output string)