Package org.ldk.structs
Class Balance.MaybeTimeoutClaimableHTLC
- java.lang.Object
-
- org.ldk.structs.Balance
-
- org.ldk.structs.Balance.MaybeTimeoutClaimableHTLC
-
- Enclosing class:
- Balance
public static final class Balance.MaybeTimeoutClaimableHTLC extends Balance
HTLCs which we sent to our counterparty which are claimable after a timeout (less on-chain fees) if the counterparty does not know the preimage for the HTLCs. These are somewhat likely to be claimed by our counterparty before we do.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.Balance
Balance.ClaimableAwaitingConfirmations, Balance.ClaimableOnChannelClose, Balance.ContentiousClaimable, Balance.CounterpartyRevokedOutputClaimable, Balance.MaybePreimageClaimableHTLC, Balance.MaybeTimeoutClaimableHTLC
-
-
Field Summary
Fields Modifier and Type Field Description long
claimable_amount_satoshis
The amount potentially available to claim, in satoshis, excluding the on-chain fees which will be required to do so.int
claimable_height
The height at which we will be able to claim the balance if our counterparty has not done so.
-
Method Summary
-
Methods inherited from class org.ldk.structs.Balance
claimable_awaiting_confirmations, claimable_on_channel_close, clone, contentious_claimable, counterparty_revoked_output_claimable, eq, equals, finalize, maybe_preimage_claimable_htlc, maybe_timeout_claimable_htlc
-
-
-
-
Field Detail
-
claimable_amount_satoshis
public final long claimable_amount_satoshis
The amount potentially available to claim, in satoshis, excluding the on-chain fees which will be required to do so.
-
claimable_height
public final int claimable_height
The height at which we will be able to claim the balance if our counterparty has not done so.
-
-