Description
Difficulty: Expert
Type: Feature
Summary
Implement a contract event mapper for Aegis protocol events.
Current Behaviour
Dashboard and SDK consumers may need to parse raw compliance, minting, transfer, role, and asset events.
Expected Behaviour
The SDK should map known contract events into typed objects and handle unknown events safely.
Suggested Implementation
Create event types, mapper utilities, fixtures, tests, and docs.
Files or Areas Likely Affected
- src/events/
- src/soroban/
- src/types/
- tests/
- docs/
Acceptance Criteria
Additional Notes
This supports audit trail features.
Description
Difficulty: Expert
Type: Feature
Summary
Implement a contract event mapper for Aegis protocol events.
Current Behaviour
Dashboard and SDK consumers may need to parse raw compliance, minting, transfer, role, and asset events.
Expected Behaviour
The SDK should map known contract events into typed objects and handle unknown events safely.
Suggested Implementation
Create event types, mapper utilities, fixtures, tests, and docs.
Files or Areas Likely Affected
Acceptance Criteria
Additional Notes
This supports audit trail features.