Package org.ldk.structs
Class SpendableOutputDescriptor.DelayedPaymentOutput
- java.lang.Object
-
- org.ldk.structs.SpendableOutputDescriptor
-
- org.ldk.structs.SpendableOutputDescriptor.DelayedPaymentOutput
-
- Enclosing class:
- SpendableOutputDescriptor
public static final class SpendableOutputDescriptor.DelayedPaymentOutput extends SpendableOutputDescriptor
-
-
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 DelayedPaymentOutputDescriptor
delayed_payment_output
-
Method Summary
-
Methods inherited from class org.ldk.structs.SpendableOutputDescriptor
clone, delayed_payment_output, finalize, read, static_output, static_payment_output, write
-
-
-
-
Field Detail
-
delayed_payment_output
public final DelayedPaymentOutputDescriptor delayed_payment_output
-
-