Skip to content

Commit

Permalink
Merge pull request #5378 from BitGo/BTC-1692-2
Browse files Browse the repository at this point in the history
feat(sdk-core): return all fields in WalletBalance codecs
  • Loading branch information
ericli-bitgo authored Jan 15, 2025
2 parents 46f5eb2 + db6c292 commit 610e12b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/sdk-core/src/bitgo/lightning/codecs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ export const LndWalletBalance = t.strict(
totalBalance: t.string,
confirmedBalance: t.string,
unconfirmedBalance: t.string,
lockedBalance: t.string,
reservedBalanceAnchorChan: t.string,
},
'LndWalletBalance'
);
Expand All @@ -147,6 +149,7 @@ export const LndBalance = t.strict(
{
offchain: ChannelBalance,
onchain: LndWalletBalance,
totalLimboBalance: t.string,
},
'LndBalance'
);
Expand Down

0 comments on commit 610e12b

Please sign in to comment.