Versions in this module Expand all Collapse all v0 v0.9.3 Nov 20, 2020 Changes in this version + const FlagAddKeyNodes + const FlagEpochHeight + const FlagEpochIndex + const FlagRemoveKeyNodes + func NewCmdUpdateKeyNodesProposal(cdc *codec.Codec) *cobra.Command + func ParseCUAddress(addrs string) ([]sdk.CUAddress, error) v0.9.0 Oct 19, 2020 Changes in this version + const FlagAddressValidator + const FlagAddressValidatorDst + const FlagAddressValidatorSrc + const FlagAmount + const FlagCommissionMaxChangeRate + const FlagCommissionMaxRate + const FlagCommissionRate + const FlagDetails + const FlagGenesisFormat + const FlagIP + const FlagIdentity + const FlagIsKeyNode + const FlagMinSelfDelegation + const FlagMoniker + const FlagNodeID + const FlagPubKey + const FlagSharesAmount + const FlagSharesFraction + const FlagWebsite + var FsAmount = flag.NewFlagSet("", flag.ContinueOnError) + var FsCommissionCreate = flag.NewFlagSet("", flag.ContinueOnError) + var FsMinSelfDelegation = flag.NewFlagSet("", flag.ContinueOnError) + var FsPk = flag.NewFlagSet("", flag.ContinueOnError) + var IsKeyNode = flag.NewFlagSet("", flag.ContinueOnError) + func BuildCreateValidatorMsg(cliCtx context.CLIContext, txBldr custodianunit.TxBuilder) (custodianunit.TxBuilder, sdk.Msg, error) + func CreateValidatorMsgHelpers(ipDefault string) (fs *flag.FlagSet, nodeIDFlag, pubkeyFlag, amountFlag, defaultsDesc string) + func GetCmdCreateValidator(cdc *codec.Codec) *cobra.Command + func GetCmdDelegate(cdc *codec.Codec) *cobra.Command + func GetCmdEditValidator(cdc *codec.Codec) *cobra.Command + func GetCmdQueryDelegation(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryDelegations(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryEpoch(storeName string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryParams(storeName string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryPool(storeName string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryRedelegation(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryRedelegations(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryUnbondingDelegation(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryUnbondingDelegations(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryValidator(storeName string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryValidatorDelegations(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryValidatorRedelegations(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryValidatorUnbondingDelegations(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetCmdQueryValidators(storeName string, cdc *codec.Codec) *cobra.Command + func GetCmdRedelegate(storeName string, cdc *codec.Codec) *cobra.Command + func GetCmdUnbond(storeName string, cdc *codec.Codec) *cobra.Command + func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command + func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command + func PrepareFlagsForTxCreateValidator(config *cfg.Config, nodeID, chainID string, valPubKey crypto.PubKey)