Documentation ¶
Index ¶
- Constants
- func BuildCreateSEDAValidatorMsg(clientCtx client.Context, config TxCreateValidatorConfig, txBldr tx.Factory, ...) (tx.Factory, sdk.Msg, error)
- func NewCreateValidatorCmd(ac address.Codec) *cobra.Command
- func NewTxCmd(valAddrCodec, ac address.Codec) *cobra.Command
- type TxCreateValidatorConfig
Constants ¶
View Source
const ( // FlagWithoutSEDAKeys defines a flag to skip generating and // uploading SEDA keys. FlagWithoutSEDAKeys = "without-seda-keys" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TxCreateValidatorConfig ¶
type TxCreateValidatorConfig struct { stakingcli.TxCreateValidatorConfig SEDAPubKeys []pubkeytypes.IndexedPubKey }
Click to show internal directories.
Click to hide internal directories.