# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
EpochValidator pulls epoch data from fullnode and infura endpoints, and then compares the epoch data to validate if the infura epoch data complies to fullnode.
EthValidator pulls eth block data from fullnode and infura endpoints, and then compares the eth block data to validate if the infura eth block data complies to fullnode.
EthValidConfig validation config provided to EthValidator.
EVConfig validation config provided to EpochValidator.
PSVConfig validation config provided to PubSubValidator.
PubSubValidator subscribes to fullnode and infura websocket endpoints to receive epoch data of type logs/newHeads/epochs, and then compares the epoch data to validate if the infura pubsub results comply to fullnode.