Re-exports§
pub use event::Event;
Modules§
- An event graph event
- P2P protocol implementation for the Event Graph
- Utility functions
Structs§
- An Event Graph instance
Constants§
- Allowed timestamp drift in milliseconds
- Genesis event contents
- Initial genesis timestamp in millis (07 Sep 2023, 00:00:00 UTC) Must always be UTC midnight.
- Null event ID
- The number of parents an event is supposed to have.
Type Aliases§
- Atomic pointer to an
EventGraph
instance.