interface
Interface ModuleThis module defines the external interface for the Obscura privacy-preserving smart contract. The interface provides the public API that users and other contracts can interact with to perform privacy-preserving transactions and manage the system. ## Core FunctionsThe interface is organized into several categories: - Account Management: User registration and key management - Transaction Processing: Privacy-preserving transaction execution - System Configuration: Administrative functions for system parameters - Query Functions: Read-only functions for system state and limits
Fully qualified path: obscura::interface