Class Event.ProbeSuccessful

  • Enclosing class:
    Event

    public static final class Event.ProbeSuccessful
    extends Event
    Indicates that a probe payment we sent returned successful, i.e., only failed at the destination.
    • 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 Path path
        The payment path that was successful.