package
2.4.0+incompatible
Repository: https://github.com/hyperion-hyn/go-ethereum.git
Documentation: pkg.go.dev

# Functions

ExportAppendChain exports a blockchain into the specified file, appending to the file if data already exists in it.
ExportChain exports a blockchain into the specified file, truncating any data already present in the file.
ExportPreimages exports all known hash preimages into the specified file, truncating any data already present in the file.
Fatalf formats a message to standard error and exits the program.
GlobalBig returns the value of a BigFlag from the global flag set.
GlobalTextMarshaler returns the value of a TextMarshalerFlag from the global flag set.
No description provided by the author
ImportPreimages imports a batch of exported hash preimages into the database.
MakeAddress converts an account specified directly as a hex encoded string or a key index in the key store to an internal account representation.
MakeChain creates a chain manager from set command line flags.
MakeChainDatabase open an LevelDB using the flags passed to the client and will hard crash if it fails.
MakeConsolePreloads retrieves the absolute paths for the console JavaScript scripts to preload before starting.
MakeDataDir retrieves the currently requested data directory, terminating if none (or the empty string) is specified.
No description provided by the author
MakePasswordList reads password lines from the file specified by the global --password flag.
MigrateFlags sets the global flag from a local flag when it's set.
NewApp creates an app with sane defaults.
RegisterDashboardService adds a dashboard to the stack.
RegisterEthService adds an Ethereum client to the stack.
RegisterEthStatsService configures the Ethereum Stats daemon and adds it to the given node.
Quorum Configure smart-contract-based permissioning service.
RegisterShhService configures Whisper and adds it to the given node.
SetDashboardConfig applies dashboard related command line flags to the config.
SetEthConfig applies eth-related command line flags to the config.
SetNodeConfig applies node-related command line flags to the config.
No description provided by the author
SetShhConfig applies shh-related command line flags to the config.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Performance tuning settings.
No description provided by the author
No description provided by the author
No description provided by the author
Dashboard settings.
No description provided by the author
No description provided by the author
General settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Quorum.
Ethash settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Logging and debug settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Gas price oracle settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Istanbul settings.
ATM the url is left to the user and deployment to.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Network Settings.
No description provided by the author
Metrics flags.
No description provided by the author
No description provided by the author
No description provided by the author
The `host` tag is part of every measurement sent to InfluxDB.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Miner settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Raft flags.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RPC settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Transaction pool settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Account settings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BigFlag is a command line flag that accepts 256 bit big integers in decimal or hexadecimal syntax.
Custom cli.Flag type which expand the received string to an absolute path.
Custom type which is registered in the flags library which cli uses for argument parsing.
TextMarshalerFlag wraps a TextMarshaler value.

# Interfaces

No description provided by the author