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ยง
- Event
Ledger - Ordered store of events grouped by run, allocating sequence numbers.