Commit 55afc2d
feat: implement Fiat Off-Ramp Settlement Event (#1046)
* feat: implement Fiat Off-Ramp Settlement Event
- Add FiatPayoutRequested event emission (F_PAYOUT) in claim_inheritance_plan
- Event contains plan_id, beneficiary_index, amount, and fiat_anchor_info
- Only emitted when beneficiary has non-empty bank_account
- Sensitive bank_account data stored as Bytes for off-chain lookup
Closes #1043
* fix: use is_empty() instead of len() > 0 to satisfy Clippy
---------
Co-authored-by: Yasir Abdulsalam <donyasikd0609@gmail.com>1 parent 226cd45 commit 55afc2d
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2520 | 2520 | | |
2521 | 2521 | | |
2522 | 2522 | | |
| 2523 | + | |
| 2524 | + | |
| 2525 | + | |
| 2526 | + | |
| 2527 | + | |
| 2528 | + | |
| 2529 | + | |
| 2530 | + | |
| 2531 | + | |
| 2532 | + | |
2523 | 2533 | | |
2524 | 2534 | | |
2525 | 2535 | | |
| |||
0 commit comments