Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2026 v1.1.0 Feb 19, 2026 Changes in this version + var ErrBlockTrackerPollInterval = errors.New("block tracker poll interval must be greater than 0") + func FormatKV(in []string) string + func FormatList(in []string) string + func GetGRPCAddress(cmd *cobra.Command) string + func GetGRPCConnection(address string) (*grpc.ClientConn, error) + func GetIBFTOperatorClientConnection(address string) (ibftOp.IbftOperatorClient, error) + func GetJSONLogFormat(cmd *cobra.Command) bool + func GetJSONRPCAddress(cmd *cobra.Command) string + func GetSystemClientConnection(address string) (proto.SystemClient, error) + func GetTxPoolClientConnection(address string) (txpoolOp.TxnPoolOperatorClient, error) + func HandleSignals(closeFn func(), outputter command.OutputFormatter) error + func ParseAmount(amount string) (*big.Int, error) + func ParseGRPCAddress(grpcAddress string) (*net.TCPAddr, error) + func ParseJSONRPCAddress(jsonrpcAddress string) (*url.URL, error) + func RegisterGRPCAddressFlag(cmd *cobra.Command) + func RegisterJSONOutputFlag(cmd *cobra.Command) + func RegisterJSONRPCFlag(cmd *cobra.Command) + func RegisterLegacyGRPCAddressFlag(cmd *cobra.Command) + func ResolveAddr(address string, defaultIP IPBinding) (*net.TCPAddr, error) + func SetRequiredFlags(cmd *cobra.Command, requiredFlags []string) + func ValidateProxyContractsAdmin(proxyContractsAdmin string) error + func WriteGenesisConfigToDisk(genesisConfig *chain.Chain, genesisPath string) error + type ClientCloseResult struct + Message string + func (r *ClientCloseResult) GetOutput() string + type IPBinding string + const AllInterfacesBinding + const LocalHostBinding + type PremineInfo struct + Address types.Address + Amount *big.Int + Key string + func ParsePremineInfo(premineInfoRaw string) (*PremineInfo, error)