# Functions
FeeRecipientFromPubkey slices, from the beginning of the hex-encoded pubkey string, the 2 character 0x preamble plus enough hex chars to fill out the fee_recipient byte value.
NewBeaconNode creates and returns a beacon node.
NewBeaconNodes creates and returns a set of beacon nodes.
NewBootNode creates and returns boot node.
NewBuilder creates and returns a builder.
NewBuilderSet creates and returns a set of builders.
NewLighthouseBeaconNode creates and returns a lighthouse beacon node.
NewLighthouseBeaconNodes creates and returns a set of lighthouse beacon nodes.
NewLighthouseValidatorNode creates and returns a lighthouse validator node.
NewLighthouseValidatorNodeSet creates and returns a set of lighthouse validator nodes.
NewTracingSink initializes the tracing sink component.
NewValidatorNode creates and returns a validator node.
NewValidatorNodeSet creates and returns a set of validator nodes.
# Structs
BeaconNode represents beacon node.
BeaconNodeSet represents set of beacon nodes.
BootNode represents boot node.
Builder represents a block builder.
BuilderSet represents a set of builders for the validators running via a relay.
LighthouseBeaconNode represents a lighthouse beacon node.
LighthouseBeaconNodeSet represents set of lighthouse beacon nodes.
LighthouseValidatorNode represents a lighthouse validator node.
LighthouseValidatorNodeSet represents set of lighthouse validator nodes.
TracingSink to capture HTTP requests from opentracing pushes.
ValidatorNode represents a validator node.
ValidatorNodeSet represents set of validator nodes.