# Functions
BuilderConfigFromConsensus converts protobuf to a builder config used in in-memory storage.
SettingFromConsensus converts struct to Settings while verifying the fields.
# Structs
BuilderConfig is the struct representation of the JSON config file set in the validator through the CLI.
FeeRecipientConfig is a prysm internal representation to see if the fee recipient was set.
GraffitiConfig is a prysm internal representation to see if the graffiti was set.
Option is a Prysm internal representation of the ProposerOptionPayload on the validator client in bytes format instead of hex.
Settings is a Prysm internal representation of the fee recipient config on the validator client.