Class Event.PaymentSent

  • Enclosing class:
    Event

    public static final class Event.PaymentSent
    extends Event
    • Field Detail

      • payment_preimage

        public final byte[] payment_preimage
        The preimage to the hash given to ChannelManager::send_payment. Note that this serves as a payment receipt, if you wish to have such a thing, you must store it somehow!
      • payment_hash

        public final byte[] payment_hash
        The hash which was given to [`ChannelManager::send_payment`]. [`ChannelManager::send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment