Package org.ldk.structs
Class Balance.CounterpartyRevokedOutputClaimable
- java.lang.Object
-
- org.ldk.structs.Balance
-
- org.ldk.structs.Balance.CounterpartyRevokedOutputClaimable
-
- Enclosing class:
- Balance
public static final class Balance.CounterpartyRevokedOutputClaimable extends Balance
The channel has been closed, and our counterparty broadcasted a revoked commitment transaction. Thus, we're able to claim all outputs in the commitment transaction, one of which has the following amount.
-
-
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, in satoshis, of the output which we can claim.
-
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
-
-