Uses of Class
org.ldk.structs.ProbeSendFailure
-
Packages that use ProbeSendFailure Package Description org.ldk.structs -
-
Uses of ProbeSendFailure in org.ldk.structs
Subclasses of ProbeSendFailure in org.ldk.structs Modifier and Type Class Description static classProbeSendFailure.RouteNotFoundWe were unable to find a route to the destination.static classProbeSendFailure.SendingFailedWe failed to send the payment probes.Fields in org.ldk.structs declared as ProbeSendFailure Modifier and Type Field Description ProbeSendFailureResult_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ.Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ_Err. errProbeSendFailureProbingError.Sending. sendingMethods in org.ldk.structs that return ProbeSendFailure Modifier and Type Method Description ProbeSendFailureProbeSendFailure. clone()Creates a copy of the ProbeSendFailurestatic ProbeSendFailureProbeSendFailure. route_not_found()Utility method to constructs a new RouteNotFound-variant ProbeSendFailurestatic ProbeSendFailureProbeSendFailure. sending_failed(PaymentSendFailure a)Utility method to constructs a new SendingFailed-variant ProbeSendFailureMethods in org.ldk.structs with parameters of type ProbeSendFailure Modifier and Type Method Description booleanProbeSendFailure. eq(ProbeSendFailure b)Checks if two ProbeSendFailures contain equal inner contents.static Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZResult_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ. err(ProbeSendFailure e)Creates a new CResult_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ in the error state.static ProbingErrorProbingError. sending(ProbeSendFailure a)Utility method to constructs a new Sending-variant ProbingError
-