static Balance |
Balance.claimable_awaiting_confirmations(long claimable_amount_satoshis,
int confirmation_height) |
Utility method to constructs a new ClaimableAwaitingConfirmations-variant Balance
|
static Balance |
Balance.claimable_on_channel_close(long claimable_amount_satoshis) |
Utility method to constructs a new ClaimableOnChannelClose-variant Balance
|
Balance |
Balance.clone() |
Creates a copy of the Balance
|
static Balance |
Balance.contentious_claimable(long claimable_amount_satoshis,
int timeout_height) |
Utility method to constructs a new ContentiousClaimable-variant Balance
|
Balance[] |
ChainMonitor.get_claimable_balances(ChannelDetails[] ignored_channels) |
Gets the balances in the contained [`ChannelMonitor`]s which are claimable on-chain or
claims which are awaiting confirmation.
|
Balance[] |
ChannelMonitor.get_claimable_balances() |
Gets the balances in this channel which are either claimable by us if we were to
force-close the channel now or which are claimable on-chain (possibly awaiting
confirmation).
|
static Balance |
Balance.maybe_claimable_htlcawaiting_timeout(long claimable_amount_satoshis,
int claimable_height) |
Utility method to constructs a new MaybeClaimableHTLCAwaitingTimeout-variant Balance
|