Skip to main content

Module aggregator

Module aggregator 

Source

Structs§

AggregatorConfig
Configuration for the Aggregator EIP.
AggregatorConfigBuilder
Builder for AggregatorConfig.

Enums§

AggregationStrategy
How to combine collected exchanges into one.
CompletionCondition
When the bucket is considered complete and should be emitted.

Type Aliases§

AggregationFn
Aggregation function — left-fold binary: (accumulated, next) -> merged.