Interface ChannelBalanceResponse

Hierarchy

  • ChannelBalanceResponse

Properties

localBalance: undefined | Amount

Sum of channels local balances.

pendingOpenLocalBalance?: Amount

Sum of channels pending local balances.

pendingOpenRemoteBalance?: Amount

Sum of channels pending remote balances.

remoteBalance: undefined | Amount

Sum of channels remote balances.

unsettledLocalBalance?: Amount

Sum of channels local unsettled balances.

unsettledRemoteBalance?: Amount

Sum of channels remote unsettled balances.

Generated using TypeDoc