call ChannelBalance
returns:
balance | int64 | Sum of channels balances denominated in satoshis
pending_open_balance | int64 | Sum of channels pending balances denominated in satoshis
total_local_balance | int64 | Sum of channels local balances
total_remote_balance | int64 | Sum of channels remote balances
total_on_hold_balance | int64 | Sum of channels on_hold balances see https://github.com/lightningnetwork/lnd/issues/3764
returns:
balance | int64 | Sum of channels balances denominated in satoshis
pending_open_balance | int64 | Sum of channels pending balances denominated in satoshis
This remains unaddressed.
Highly interested in this feature too. Workarounds (like iterating through listchannels) are very inefficient.
working on this one
Most helpful comment
working on this one