# Packages
No description provided by the author
# Functions
InitProcessorOptions initializes processor with options.
WithParser return new options.
WithSchemaLoader return new options.
WithValidator return new options.
# Variables
ErrSlotsOverflow thrown on claim slot overflow.
# Structs
CoreClaimOptions is params for core claim parsing.
ParsedSlots is struct that represents iden3 claim specification.
Processor is set of tool for claim processing.
# Interfaces
Parser is an interface to parse claim slots.
SchemaLoader is interface to load schema.
Validator is interface to validate data and documents.
# Type aliases
Opt returns configuration options for processor suite.