# Functions
Aggregate aggregates sync contributions.
# Constants
MaxCoverAggregation is a strategy based on Maximum Coverage greedy algorithm.
NaiveAggregation is an aggregation strategy without any optimizations.
# Variables
ErrInvalidSyncContributionCount is returned when insufficient number of sync contributions is provided for aggregation.
# Type aliases
SyncContributionAggregationStrategy defines SyncContribution aggregation strategy.