Class RecentPaymentDetails.Pending

    • Field Detail

      • payment_id

        public final byte[] payment_id
        A user-provided identifier in [`ChannelManager::send_payment`] used to uniquely identify a payment and ensure idempotency in LDK.
      • payment_hash

        public final byte[] payment_hash
        Hash of the payment that is currently being sent but has yet to be fulfilled or abandoned.
      • total_msat

        public final long total_msat
        Total amount (in msat, excluding fees) across all paths for this payment, not just the amount currently inflight.