Package org.ldk.structs
Class Balance.MaybePreimageClaimableHTLC
- java.lang.Object
-
- org.ldk.structs.Balance
-
- org.ldk.structs.Balance.MaybePreimageClaimableHTLC
-
- Enclosing class:
- Balance
public static final class Balance.MaybePreimageClaimableHTLC extends Balance
HTLCs which we received from our counterparty which are claimable with a preimage which we do not currently have. This will only be claimable if we receive the preimage from the node to which we forwarded this HTLC before the timeout.
-
-
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
expiry_height
The height at which our counterparty will be able to claim the balance if we have not yet received the preimage and claimed it ourselves.
-
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.
-
expiry_height
public final int expiry_height
The height at which our counterparty will be able to claim the balance if we have not yet received the preimage and claimed it ourselves.
-
-