Package org.ldk.structs
Class Event.SpendableOutputs
- java.lang.Object
-
- org.ldk.structs.Event
-
- org.ldk.structs.Event.SpendableOutputs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.Event
Event.ChannelClosed, Event.FundingGenerationReady, Event.PaymentForwarded, Event.PaymentPathFailed, Event.PaymentReceived, Event.PaymentSent, Event.PendingHTLCsForwardable, Event.SpendableOutputs
-
-
Field Summary
Fields Modifier and Type Field Description SpendableOutputDescriptor[]
outputs
The outputs which you should store as spendable by you.
-
Method Summary
-
Methods inherited from class org.ldk.structs.Event
channel_closed, clone, finalize, funding_generation_ready, payment_forwarded, payment_path_failed, payment_received, payment_sent, pending_htlcs_forwardable, spendable_outputs, write
-
-
-
-
Field Detail
-
outputs
public final SpendableOutputDescriptor[] outputs
The outputs which you should store as spendable by you.
-
-