# Functions
NewComponent returns a new instance of the validator API core workflow component.
NewComponentInsecure returns a new instance of the validator API core workflow component that does not perform signature verification.
NewRouter returns a new validator http server router.
SlotFromTimestamp returns the Ethereum slot associated to a timestamp, given the genesis configuration fetched from client.
# Interfaces
Handler defines the request handler providing the business logic for the validator API router.