BlueWallet / rn-ldk

Lightweight lightning node for React Native
MIT License
136 stars 25 forks source link

expose the pending-claim balances #28

Closed Overtorment closed 3 years ago

Overtorment commented 3 years ago

expose the pending-claim balances with something like chain_monitor.get_claimable_balances(state.peer1.chan_manager.list_channels()) , then walk them and ignore ones you don't want and count that in the user balance (I know you requested this feature some time ago)

Overtorment commented 3 years ago

alhtrough not all balances are implemented in rn-ldk code, but will do for now