Add destination pubkey and bolt12 invoice to payment details (#649)

* Add destination pubkey and bolt12 invoice to payment details

* Change macro to fn
This commit is contained in:
Ross Savage
2025-01-10 11:53:43 +01:00
committed by GitHub
parent 81e3d6ce5a
commit 50cb8be18c
26 changed files with 250 additions and 132 deletions

View File

@@ -4703,12 +4703,14 @@ final class wire_cst_PaymentDetails_Lightning extends ffi.Struct {
external ffi.Pointer<wire_cst_list_prim_u_8_strict> preimage;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> bolt11;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> invoice;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> bolt12_offer;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> payment_hash;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> destination_pubkey;
external ffi.Pointer<wire_cst_ln_url_info> lnurl_info;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> refund_tx_id;