package
0.0.0-20190209202311-c85edb6a4546
Repository: https://github.com/phoreproject/prysm.git
Documentation: pkg.go.dev

# Variables

BootstrapNode tells the beacon node which bootstrap node to connect to.
DataDirFlag defines a path on disk.
DisableMonitoringFlag defines a flag to disable the metrics collection.
EnableTracingFlag defines a flag to enable p2p message tracing.
IPCPathFlag defines the filename of a pipe within the datadir.
KeystoreDirectoryFlag defines a flag to indicate where the keystore of the user is located.
KeystorePasswordFlag defines the password that will unlock the keystore file.
MonitoringPortFlag defines the http port used to serve prometheus metrics.
NetworkIDFlag defines the specific network identifier.
P2PPort defines the port to be used by libp2p.
PasswordFileFlag defines the path to the user's account password file.
RelayNode tells the beacon node which relay node to connect to.
RPCProviderFlag defines a http endpoint flag to connect to mainchain.
TraceSampleFractionFlag defines a flag to indicate what fraction of p2p messages are sampled for tracing.
TracingEndpointFlag flag defines the http endpoint for serving traces to Jaeger.
VerbosityFlag defines the logrus configuration.

# Structs

DirectoryFlag expands the received string to an absolute path.
DirectoryString -- Custom type which is registered in the flags library which cli uses for argument parsing.