**Epic**: RBAC Implementation (Wave 2) **Bucket**: Guards ### π Description Shortcut for SuperAdmin checks. ### π οΈ Implementation Guide 1. Implement `require_super_admin()` inline function. 2. Use in upgrade paths. 3. Test failure states. ### β Acceptance Criteria - [ ] Code compiles and adheres to Soroban/Rust/TypeScript best practices. - [ ] Unit tests cover both happy paths and expected error states. - [ ] All CI/CD pipelines pass successfully.
Epic: RBAC Implementation (Wave 2)
Bucket: Guards
π Description
Shortcut for SuperAdmin checks.
π οΈ Implementation Guide
require_super_admin()inline function.β Acceptance Criteria