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 46f5eb2 + db6c292 commit 610e12bCopy full SHA for 610e12b
modules/sdk-core/src/bitgo/lightning/codecs.ts
@@ -128,6 +128,8 @@ export const LndWalletBalance = t.strict(
128
totalBalance: t.string,
129
confirmedBalance: t.string,
130
unconfirmedBalance: t.string,
131
+ lockedBalance: t.string,
132
+ reservedBalanceAnchorChan: t.string,
133
},
134
'LndWalletBalance'
135
);
@@ -147,6 +149,7 @@ export const LndBalance = t.strict(
147
149
{
148
150
offchain: ChannelBalance,
151
onchain: LndWalletBalance,
152
+ totalLimboBalance: t.string,
153
154
'LndBalance'
155
0 commit comments