Skip to content

Commit 610e12b

Browse files
authored
Merge pull request #5378 from BitGo/BTC-1692-2
feat(sdk-core): return all fields in WalletBalance codecs
2 parents 46f5eb2 + db6c292 commit 610e12b

File tree

1 file changed

+3
-0
lines changed
  • modules/sdk-core/src/bitgo/lightning

1 file changed

+3
-0
lines changed

modules/sdk-core/src/bitgo/lightning/codecs.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ export const LndWalletBalance = t.strict(
128128
totalBalance: t.string,
129129
confirmedBalance: t.string,
130130
unconfirmedBalance: t.string,
131+
lockedBalance: t.string,
132+
reservedBalanceAnchorChan: t.string,
131133
},
132134
'LndWalletBalance'
133135
);
@@ -147,6 +149,7 @@ export const LndBalance = t.strict(
147149
{
148150
offchain: ChannelBalance,
149151
onchain: LndWalletBalance,
152+
totalLimboBalance: t.string,
150153
},
151154
'LndBalance'
152155
);

0 commit comments

Comments
 (0)