Skip to main content

Module event_ledger

Module event_ledger 

Source
Expand description

The event ledger: the contract for accumulating ordered events by tick.

The kernel defines the EventLedger store and its ordering rules; libraries decide what events flow through it and how it is persisted.

Structsยง

EventLedger
Ordered store of events grouped by run, allocating sequence numbers.