Package org.ldk.structs
Class SpendableOutputDescriptor.StaticPaymentOutput
- java.lang.Object
-
- org.ldk.structs.SpendableOutputDescriptor
-
- org.ldk.structs.SpendableOutputDescriptor.StaticPaymentOutput
-
- Enclosing class:
- SpendableOutputDescriptor
public static final class SpendableOutputDescriptor.StaticPaymentOutput extends SpendableOutputDescriptor
An output to a P2WPKH, spendable exclusively by our payment key (i.e., the private key which corresponds to the `payment_point` in [`ChannelSigner::pubkeys`]). The witness in the spending input is, thus, simply: ```bitcoin``` These are generally the result of our counterparty having broadcast the current state, allowing us to claim the non-HTLC-encumbered outputs immediately.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.SpendableOutputDescriptor
SpendableOutputDescriptor.DelayedPaymentOutput, SpendableOutputDescriptor.StaticOutput, SpendableOutputDescriptor.StaticPaymentOutput
-
-
Field Summary
Fields Modifier and Type Field Description StaticPaymentOutputDescriptor
static_payment_output
-
Method Summary
-
Methods inherited from class org.ldk.structs.SpendableOutputDescriptor
clone, delayed_payment_output, eq, equals, finalize, read, static_output, static_payment_output, write
-
-
-
-
Field Detail
-
static_payment_output
public final StaticPaymentOutputDescriptor static_payment_output
-
-