Add user lockup_tx_id to Bitcoin payment details (#918)

This commit is contained in:
Ross Savage
2025-05-19 07:26:18 +02:00
committed by GitHub
parent ce5a7f99b9
commit c872a62f1d
15 changed files with 68 additions and 28 deletions

View File

@@ -4949,6 +4949,8 @@ final class wire_cst_PaymentDetails_Bitcoin extends ffi.Struct {
external ffi.Pointer<ffi.Uint32> bitcoin_expiration_blockheight;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> lockup_tx_id;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> claim_tx_id;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> refund_tx_id;