Package org.ldk.structs
Class Event.PendingHTLCsForwardable
- java.lang.Object
-
- org.ldk.structs.Event
-
- org.ldk.structs.Event.PendingHTLCsForwardable
-
-
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 long
time_forwardable
The minimum amount of time that should be waited prior to calling process_pending_htlc_forwards.
-
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
-
time_forwardable
public final long time_forwardable
The minimum amount of time that should be waited prior to calling process_pending_htlc_forwards. To increase the effort required to correlate payments, you should wait a random amount of time in roughly the range (now + time_forwardable, now + 5*time_forwardable).
-
-