You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bill_payments/README.md
+53-7Lines changed: 53 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,9 +311,51 @@ let overdue = bill_payments::get_overdue_bills(env, user_address);
311
311
312
312
## Events
313
313
314
-
The contract emits events for audit trails:
315
-
-`BillEvent::Created`: When a bill is created
316
-
-`BillEvent::Paid`: When a bill is paid
314
+
The contract emits **typed, versioned events** using the `RemitwiseEvents` helper from `remitwise-common`. Every event follows a standardized schema to ensure downstream indexers and consumers can reliably decode event data across contract upgrades.
0 commit comments