# Functions
CallProcessor invokes the processor with a retry mechanism.
MakeProcessor initializes the Processor from a ProcessorID.
Start runs the validator with data from work and puts results in results.
# Constants
ProcessorIDs.
ProcessorIDs.
NotSkipped is the default value indicated the results are not skipped.
constants relating to different skip cases.
constants relating to different skip cases.
constants relating to different skip cases.
constants relating to different skip cases.
constants relating to different skip cases.
constants relating to different skip cases.
constants relating to different skip cases.
ProcessorIDs.
# Variables
ErrorLog is used while the validator is running.
ValidatorCmd is the account validator utility.
# Structs
DynamicProcessor implements process address by dynamically normalizing the JSON and ensuring the results are equal.
ErrorDetails are additional details attached to a result in the event of an error.
Params are the program arguments which need to be passed between objects.
Result is the output of ProcessAddress.
StructProcessor implements the process function by serializing API responses into structs and comparing the typed objects to each other directly.
# Interfaces
Processor is the algorithm to fetch and compare data from indexer and algod.
# Type aliases
ProcessorID is used to select which processor to use for validation.
Skip indicates why something was skipped.