Package org.ldk.structs
Class Balance.ContentiousClaimable
- java.lang.Object
-
- org.ldk.structs.Balance
-
- org.ldk.structs.Balance.ContentiousClaimable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.Balance
Balance.ClaimableAwaitingConfirmations, Balance.ClaimableOnChannelClose, Balance.ContentiousClaimable, Balance.MaybeClaimableHTLCAwaitingTimeout
-
-
Field Summary
Fields Modifier and Type Field Description long
claimable_amount_satoshis
The amount available to claim, in satoshis, excluding the on-chain fees which will be required to do so.int
timeout_height
The height at which the counterparty may be able to claim the balance if we have not done so.
-
Method Summary
-
Methods inherited from class org.ldk.structs.Balance
claimable_awaiting_confirmations, claimable_on_channel_close, clone, contentious_claimable, eq, finalize, maybe_claimable_htlcawaiting_timeout
-
-
-
-
Field Detail
-
claimable_amount_satoshis
public final long claimable_amount_satoshis
The amount available to claim, in satoshis, excluding the on-chain fees which will be required to do so.
-
timeout_height
public final int timeout_height
The height at which the counterparty may be able to claim the balance if we have not done so.
-
-