-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Background & Context: Raw databases hold amount: 100000000 but users expect to read 100.00 USDC.
Description: The payload interceptor must apply native mathematics correctly spacing decimal properties prior to resolving the controller logic.
Acceptance Criteria:
- Construct explicit formatter logic attaching asset mapping symbols evaluating Stellar contract precision parameters intelligently rendering UI outputs exactly (e.g.
amountFormatted: "$500.00"alongside base parameters). - Dynamically attach canonical
Stellar Expertexploration links directly utilizing the rawtxHash.
Target Files:backend/src/common/interceptors/transaction-formatting.interceptor.ts.
Reactions are currently unavailable