package
3.0.0-alpha5+incompatible
Repository: https://github.com/erigontech/erigon.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CheckTimeouts ensures that timeout values are meaningful.
New creates a new P2P node, ready for protocol registration.
NewHTTPHandlerStack returns wrapped http-related handlers.
No description provided by the author
RegisterApisFromWhitelist checks the given modules' availability, generates a whitelist based on the allowed modules, and then registers all of the APIs exposed by the services.
StartHTTPEndpoint starts the HTTP RPC endpoint.
StartHTTPSEndpoint starts the HTTPS RPC endpoint.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Node is a container on which services can be registered.
StopError is returned if a Node fails to stop either any of its registered services or itself.

# Interfaces

Lifecycle encompasses the behavior of services that can be started and stopped on the node.