We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a63c5b + 23e87b9 commit d759dcdCopy full SHA for d759dcd
modules/abstract-lightning/src/codecs/api/withdraw.ts
@@ -80,6 +80,9 @@ export const SignPsbtRequest = t.type(
80
{
81
fundedPsbt: t.string,
82
txRequestId: t.string,
83
+ userAuthKey: t.string,
84
+ signature: t.string,
85
+ signedRequest: t.string,
86
},
87
'SendPsbtRequest'
88
);
@@ -98,6 +101,9 @@ export const SendPsbtRequest = t.type(
98
101
99
102
signedTxHex: t.string,
100
103
104
105
106
107
108
109
0 commit comments