Overview
stellar.service.ts has account monitoring stubs that log placeholders. Treasury wallet monitoring and signer change detection are not functional.
Specifications
Tasks:
- Implement watchAccount(address) using Stellar Horizon SSE stream
- Detect signer changes and emit AccountSignerChanged event
- Detect large XLM outflows and trigger fraud alert
Impacted Files:
- BackEnd/src/modules/stellar/stellar.service.ts
n- BackEnd/src/common/services/alert.service.tsn
Acceptance Criteria:
- Signer changes detected within 10s
- Alert fires when outflow exceeds threshold
Overview
stellar.service.ts has account monitoring stubs that log placeholders. Treasury wallet monitoring and signer change detection are not functional.
Specifications
Tasks:
Impacted Files:
n- BackEnd/src/common/services/alert.service.tsnAcceptance Criteria: