Versions in this module Expand all Collapse all v1 v1.1.3 Jan 20, 2025 v1.1.2 Jan 20, 2025 Changes in this version + var ErrCantProcessThisEvent = errors.New("not a processor for this event/forkid") + type L1EventProcessors struct + func NewL1EventProcessors() *L1EventProcessors + func (p *L1EventProcessors) Get(forkId actions.ForkIdType, event etherman.EventOrder) actions.L1EventProcessor + func (p *L1EventProcessors) Process(ctx context.Context, forkId actions.ForkIdType, order etherman.Order, ...) error + type L1EventProcessorsBuilder struct + func NewL1EventProcessorsBuilder() L1EventProcessorsBuilder + func (p *L1EventProcessorsBuilder) Build() *L1EventProcessors + func (p *L1EventProcessorsBuilder) Register(processor actions.L1EventProcessor) + func (p *L1EventProcessorsBuilder) Set(forkID actions.ForkIdType, event etherman.EventOrder, ...)