Package org.ldk.structs
Class SpendableOutputDescriptor.StaticOutput
- java.lang.Object
-
- org.ldk.structs.SpendableOutputDescriptor
-
- org.ldk.structs.SpendableOutputDescriptor.StaticOutput
-
- Enclosing class:
- SpendableOutputDescriptor
public static final class SpendableOutputDescriptor.StaticOutput extends SpendableOutputDescriptor
An output to a script which was provided via [`SignerProvider`] directly, either from [`get_destination_script`] or [`get_shutdown_scriptpubkey`], thus you should already know how to spend it. No secret keys are provided as LDK was never given any key. These may include outputs from a transaction punishing our counterparty or claiming an HTLC on-chain using the payment preimage or after it has timed out. [`get_shutdown_scriptpubkey`]: SignerProvider::get_shutdown_scriptpubkey [`get_destination_script`]: SignerProvider::get_shutdown_scriptpubkey
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.SpendableOutputDescriptor
SpendableOutputDescriptor.DelayedPaymentOutput, SpendableOutputDescriptor.StaticOutput, SpendableOutputDescriptor.StaticPaymentOutput
-
-
Method Summary
-
Methods inherited from class org.ldk.structs.SpendableOutputDescriptor
clone, delayed_payment_output, eq, equals, finalize, read, static_output, static_payment_output, write
-
-