Description
The Soroban contract should emit an event when a payment routing starts.
Acceptance Criteria
Implementation Steps
- Import env.events()
- Define symbol for 'payment_initiated'
- Publish event at start of function
Branching Instructions
Please create a branch from main following this naming convention:
feat/event-initiated
Description
The Soroban contract should emit an event when a payment routing starts.
Acceptance Criteria
Implementation Steps
Branching Instructions
Please create a branch from
mainfollowing this naming convention:feat/event-initiated