Package org.ldk.structs
Class Balance.ClaimableAwaitingConfirmations
- java.lang.Object
-
- org.ldk.structs.Balance
-
- org.ldk.structs.Balance.ClaimableAwaitingConfirmations
-
-
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, possibly excluding the on-chain fees which were spent in broadcasting the transaction.int
confirmation_height
The height at which an [`Event::SpendableOutputs`] event will be generated for this amount.
-
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, possibly excluding the on-chain fees which were spent in broadcasting the transaction.
-
confirmation_height
public final int confirmation_height
The height at which an [`Event::SpendableOutputs`] event will be generated for this amount.
-
-