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.
1 parent 457219e commit 0cfbaf4Copy full SHA for 0cfbaf4
modules/abstract-lightning/src/codecs/api/withdraw.ts
@@ -69,17 +69,6 @@ export type LightningOnchainWithdrawResponse = {
69
transfer?: any;
70
};
71
72
-export const FundPsbtRequest = t.intersection(
73
- [
74
- LightningOnchainRequest,
75
- t.type({
76
- txRequestId: t.string,
77
- }),
78
- ],
79
- 'FundPsbtRequest'
80
-);
81
-export type FundPsbtRequest = t.TypeOf<typeof FundPsbtRequest>;
82
-
83
export const FundPsbtResponse = t.type(
84
{
85
fundedPsbt: t.string,
0 commit comments