Re-exports§
pub use event::Event;
Modules§
- deg
- event
- An event graph event
- proto
- P2P protocol implementation for the Event Graph
- util
- Utility functions
Structs§
- Event
Graph - An Event Graph instance
Constants§
- EVENT_
TIME_ 🔒DRIFT - Allowed timestamp drift in milliseconds
- GENESIS_
CONTENTS - Genesis event contents
- INITIAL_
GENESIS - Initial genesis timestamp in millis (07 Sep 2023, 00:00:00 UTC) Must always be UTC midnight.
- NULL_ID
- Null event ID
- N_
EVENT_ PARENTS - The number of parents an event is supposed to have.
Type Aliases§
- Event
Graph Ptr - Atomic pointer to an
EventGraphinstance.