# Functions
New creates a new node instance, sets up configuration options, and registers every required service to the node.
WithBlobStorage sets the BlobStorage backend for the BeaconNode.
WithBlobStorageOptions appends 1 or more filesystem.BlobStorageOption on the beacon node, to be used when initializing blob storage.
WithBlockchainFlagOptions includes functional options for the blockchain service related to CLI flags.
WithBuilderFlagOptions includes functional options for the builder service related to CLI flags.
WithExecutionChainOptions includes functional options for the execution chain service related to CLI flags.
# Structs
BeaconNode defines a struct that handles the services running a random beacon chain full PoS node.
# Type aliases
Option for beacon node configuration.