package
2.2.26+incompatible
Repository: https://github.com/bcskill/bcschain.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
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
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 GoChain client to the stack.
RegisterNetStatsService configures the GoChain Stats daemon and adds it to the given node.
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

# 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
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
No description provided by the author
S3 archival 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
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
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
No description provided by the author
Network 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
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
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
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
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
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

# 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