Accumulates fundraising-event supporting campaigns across ticks, keyed by event ID then campaign ID. Delegates to protectCampaignAmounts so that amount_raised / total_amount_raised never decrease due to stale data.
amount_raised
total_amount_raised
Current per-event supporting-campaign map.
Fresh per-event supporting-campaign map (may be undefined).
Merged map with monotonically non-decreasing amounts.
Accumulates fundraising-event supporting campaigns across ticks, keyed by event ID then campaign ID. Delegates to protectCampaignAmounts so that
amount_raised/total_amount_raisednever decrease due to stale data.