Skip to content

Commit 23e87b9

Browse files
committed
feat: updated withdraw codecs signature verify
TICKET: BTC-2343
1 parent 8f7ddc0 commit 23e87b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/abstract-lightning/src/codecs/api/withdraw.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ export const SignPsbtRequest = t.type(
8080
{
8181
fundedPsbt: t.string,
8282
txRequestId: t.string,
83+
userAuthKey: t.string,
84+
signature: t.string,
85+
signedRequest: t.string,
8386
},
8487
'SendPsbtRequest'
8588
);
@@ -98,6 +101,9 @@ export const SendPsbtRequest = t.type(
98101
{
99102
signedTxHex: t.string,
100103
txRequestId: t.string,
104+
userAuthKey: t.string,
105+
signature: t.string,
106+
signedRequest: t.string,
101107
},
102108
'SendPsbtRequest'
103109
);

0 commit comments

Comments
 (0)