Package org.ldk.structs
Class PaymentSendFailure.DuplicatePayment
- java.lang.Object
-
- org.ldk.structs.PaymentSendFailure
-
- org.ldk.structs.PaymentSendFailure.DuplicatePayment
-
- Enclosing class:
- PaymentSendFailure
public static final class PaymentSendFailure.DuplicatePayment extends PaymentSendFailure
Indicates that a payment for the provided [`PaymentId`] is already in-flight and has not yet completed (i.e. generated an [`Event::PaymentSent`] or [`Event::PaymentFailed`]). [`PaymentId`]: crate::ln::channelmanager::PaymentId [`Event::PaymentSent`]: crate::events::Event::PaymentSent [`Event::PaymentFailed`]: crate::events::Event::PaymentFailed
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.PaymentSendFailure
PaymentSendFailure.AllFailedResendSafe, PaymentSendFailure.DuplicatePayment, PaymentSendFailure.ParameterError, PaymentSendFailure.PartialFailure, PaymentSendFailure.PathParameterError
-
-
Method Summary
-
Methods inherited from class org.ldk.structs.PaymentSendFailure
all_failed_resend_safe, clone, duplicate_payment, finalize, parameter_error, partial_failure, path_parameter_error
-
-