Versions in this module Expand all Collapse all v0 v0.0.1 May 23, 2023 Changes in this version + 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 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 WriteGenesisConfigToDisk(genesisConfig *chain.Chain, genesisPath string) error + type ClientCloseResult struct + Message string + func (r *ClientCloseResult) GetOutput() string + type IPBinding string + const AllInterfacesBinding + const LocalHostBinding