Commit 9d22588
committed
feat: Convert Bolt11Invoice from string type to full interface in UDL
- Replace [Custom] typedef string Bolt11Invoice with interface definition
- Define required Bolt11Invoice methods in the UDL interface (expiry_time, min_final_cltv_expiry_delta, amount_milli_satoshis, is_expired, etc.)1 parent 5abb42f commit 9d22588
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
696 | 708 | | |
697 | 709 | | |
698 | 710 | | |
| |||
711 | 723 | | |
712 | 724 | | |
713 | 725 | | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | 726 | | |
718 | 727 | | |
719 | 728 | | |
| |||
0 commit comments