Versions in this module Expand all Collapse all v0 v0.1.3 Sep 18, 2023 v0.1.1 Sep 18, 2023 Changes in this version + const FlagAddressValidator + const FlagAddressValidatorDst + const FlagAddressValidatorSrc + const FlagAmount + const FlagCommissionMaxChangeRate + const FlagCommissionMaxRate + const FlagCommissionRate + const FlagDetails + const FlagEditMoniker + const FlagGenesisFormat + const FlagIP + const FlagIdentity + const FlagMinSelfDelegation + const FlagMoniker + const FlagNodeID + const FlagPubKey + const FlagSecurityContact + const FlagSharesAmount + const FlagSharesFraction + const FlagWebsite + var DefaultTokens = sdk.TokensFromConsensusPower(100, sdk.DefaultPowerReduction) + func BuildCreateValidatorMsg(clientCtx client.Context, config TxCreateValidatorConfig, txBldr tx.Factory, ...) (tx.Factory, sdk.Msg, error) + func CreateValidatorMsgFlagSet(ipDefault string) (fs *flag.FlagSet, defaultsDesc string) + func FlagSetAmount() *flag.FlagSet + func FlagSetCommissionCreate() *flag.FlagSet + func FlagSetMinSelfDelegation() *flag.FlagSet + func FlagSetPublicKey() *flag.FlagSet + func GetCmdQueryDelegation() *cobra.Command + func GetCmdQueryDelegations() *cobra.Command + func GetCmdQueryHistoricalInfo() *cobra.Command + func GetCmdQueryParams() *cobra.Command + func GetCmdQueryPool() *cobra.Command + func GetCmdQueryRedelegation() *cobra.Command + func GetCmdQueryRedelegations() *cobra.Command + func GetCmdQueryUnbondingDelegation() *cobra.Command + func GetCmdQueryUnbondingDelegations() *cobra.Command + func GetCmdQueryValidator() *cobra.Command + func GetCmdQueryValidatorDelegations() *cobra.Command + func GetCmdQueryValidatorRedelegations() *cobra.Command + func GetCmdQueryValidatorUnbondingDelegations() *cobra.Command + func GetCmdQueryValidators() *cobra.Command + func GetQueryCmd() *cobra.Command + func NewCancelUnbondingDelegation() *cobra.Command + func NewCreateValidatorCmd() *cobra.Command + func NewDelegateCmd() *cobra.Command + func NewEditValidatorCmd() *cobra.Command + func NewRedelegateCmd() *cobra.Command + func NewTxCmd() *cobra.Command + func NewUnbondCmd() *cobra.Command + type TxCreateValidatorConfig struct + Amount string + ChainID string + CommissionMaxChangeRate string + CommissionMaxRate string + CommissionRate string + Details string + IP string + Identity string + MinSelfDelegation string + Moniker string + NodeID string + PubKey cryptotypes.PubKey + SecurityContact string + Website string + func PrepareConfigForTxCreateValidator(flagSet *flag.FlagSet, moniker, nodeID, chainID string, ...) (TxCreateValidatorConfig, error)