events
Events ModuleThis module defines the events emitted by the Obscura privacy-preserving smart contract. These events provide transparency and allow external systems to track the state of the privacy system while maintaining the privacy of individual transactions. ## Event CategoriesThe events are organized into several categories: - Commitment Events: Track new commitments added to the Merkle tree - Nullifier Events: Track spent inputs to prevent double-spending - Account Events: Track user registration and key management
Fully qualified path: obscura::events