Re-exports§
pub use event::Event;
Modules§
- deg
- event
- An event graph event
- proto
- P2P protocol implementation for the Event Graph
- rln
- util
- Utility functions
Structs§
- DAGStore
- Event
Graph - An Event Graph instance
Enums§
Constants§
- DAGS_
MAX_ NUMBER - Maximum number of DAGs to store, this should be configurable
- 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
- NULL_
PARENTS - Null parents
- N_
EVENT_ PARENTS - The number of parents an event is supposed to have.
Functions§
Type Aliases§
- Event
Graph Ptr - Atomic pointer to an
EventGraphinstance. - LayerU
Tips