Package org.ldk.structs
Class Event.ProbeSuccessful
- java.lang.Object
-
- org.ldk.structs.Event
-
- org.ldk.structs.Event.ProbeSuccessful
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.Event
Event.ChannelClosed, Event.DiscardFunding, Event.FundingGenerationReady, Event.HTLCHandlingFailed, Event.OpenChannelRequest, Event.PaymentClaimed, Event.PaymentFailed, Event.PaymentForwarded, Event.PaymentPathFailed, Event.PaymentPathSuccessful, Event.PaymentReceived, Event.PaymentSent, Event.PendingHTLCsForwardable, Event.ProbeFailed, Event.ProbeSuccessful, Event.SpendableOutputs
-
-
Field Summary
Fields Modifier and Type Field Description RouteHop[]pathThe payment path that was successful.byte[]payment_hashThe hash generated by [`ChannelManager::send_probe`].byte[]payment_idThe id returned by [`ChannelManager::send_probe`].
-
Method Summary
-
Methods inherited from class org.ldk.structs.Event
channel_closed, clone, discard_funding, finalize, funding_generation_ready, htlchandling_failed, open_channel_request, payment_claimed, payment_failed, payment_forwarded, payment_path_failed, payment_path_successful, payment_received, payment_sent, pending_htlcs_forwardable, probe_failed, probe_successful, spendable_outputs, write
-
-
-
-
Field Detail
-
payment_id
public final byte[] payment_id
The id returned by [`ChannelManager::send_probe`]. [`ChannelManager::send_probe`]: crate::ln::channelmanager::ChannelManager::send_probe
-
payment_hash
public final byte[] payment_hash
The hash generated by [`ChannelManager::send_probe`]. [`ChannelManager::send_probe`]: crate::ln::channelmanager::ChannelManager::send_probe
-
path
public final RouteHop[] path
The payment path that was successful.
-
-