Uses of Class
org.ldk.enums.RetryableSendFailure
-
Packages that use RetryableSendFailure Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of RetryableSendFailure in org.ldk.enums
Methods in org.ldk.enums that return RetryableSendFailure Modifier and Type Method Description static RetryableSendFailureRetryableSendFailure. valueOf(String name)Returns the enum constant of this type with the specified name.static RetryableSendFailure[]RetryableSendFailure. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RetryableSendFailure in org.ldk.impl
Fields in org.ldk.impl declared as RetryableSendFailure Modifier and Type Field Description RetryableSendFailurebindings.LDKPaymentError.Sending. sendingMethods in org.ldk.impl that return RetryableSendFailure Modifier and Type Method Description static RetryableSendFailurebindings. CResult_NoneRetryableSendFailureZ_get_err(long owner)static RetryableSendFailurebindings. CResult_PaymentHashRetryableSendFailureZ_get_err(long owner)static RetryableSendFailurebindings. RetryableSendFailure_clone(long orig)static RetryableSendFailurebindings. RetryableSendFailure_duplicate_payment()static RetryableSendFailurebindings. RetryableSendFailure_payment_expired()static RetryableSendFailurebindings. RetryableSendFailure_route_not_found()Methods in org.ldk.impl with parameters of type RetryableSendFailure Modifier and Type Method Description static longbindings. CResult_NoneRetryableSendFailureZ_err(RetryableSendFailure e)static longbindings. CResult_PaymentHashRetryableSendFailureZ_err(RetryableSendFailure e)static longbindings. PaymentError_sending(RetryableSendFailure a) -
Uses of RetryableSendFailure in org.ldk.structs
Fields in org.ldk.structs declared as RetryableSendFailure Modifier and Type Field Description RetryableSendFailureResult_NoneRetryableSendFailureZ.Result_NoneRetryableSendFailureZ_Err. errRetryableSendFailureResult_PaymentHashRetryableSendFailureZ.Result_PaymentHashRetryableSendFailureZ_Err. errRetryableSendFailurePaymentError.Sending. sendingMethods in org.ldk.structs with parameters of type RetryableSendFailure Modifier and Type Method Description static Result_NoneRetryableSendFailureZResult_NoneRetryableSendFailureZ. err(RetryableSendFailure e)Creates a new CResult_NoneRetryableSendFailureZ in the error state.static Result_PaymentHashRetryableSendFailureZResult_PaymentHashRetryableSendFailureZ. err(RetryableSendFailure e)Creates a new CResult_PaymentHashRetryableSendFailureZ in the error state.static PaymentErrorPaymentError. sending(RetryableSendFailure a)Utility method to constructs a new Sending-variant PaymentError
-