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 RetryableSendFailure
RetryableSendFailure. 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 RetryableSendFailure
bindings.LDKPaymentError.Sending. sending
Methods in org.ldk.impl that return RetryableSendFailure Modifier and Type Method Description static RetryableSendFailure
bindings. CResult_NoneRetryableSendFailureZ_get_err(long owner)
static RetryableSendFailure
bindings. CResult_PaymentHashRetryableSendFailureZ_get_err(long owner)
static RetryableSendFailure
bindings. RetryableSendFailure_clone(long orig)
static RetryableSendFailure
bindings. RetryableSendFailure_duplicate_payment()
static RetryableSendFailure
bindings. RetryableSendFailure_payment_expired()
static RetryableSendFailure
bindings. RetryableSendFailure_route_not_found()
Methods in org.ldk.impl with parameters of type RetryableSendFailure Modifier and Type Method Description static long
bindings. CResult_NoneRetryableSendFailureZ_err(RetryableSendFailure e)
static long
bindings. CResult_PaymentHashRetryableSendFailureZ_err(RetryableSendFailure e)
static long
bindings. PaymentError_sending(RetryableSendFailure a)
-
Uses of RetryableSendFailure in org.ldk.structs
Fields in org.ldk.structs declared as RetryableSendFailure Modifier and Type Field Description RetryableSendFailure
Result_NoneRetryableSendFailureZ.Result_NoneRetryableSendFailureZ_Err. err
RetryableSendFailure
Result_PaymentHashRetryableSendFailureZ.Result_PaymentHashRetryableSendFailureZ_Err. err
RetryableSendFailure
PaymentError.Sending. sending
Methods in org.ldk.structs with parameters of type RetryableSendFailure Modifier and Type Method Description static Result_NoneRetryableSendFailureZ
Result_NoneRetryableSendFailureZ. err(RetryableSendFailure e)
Creates a new CResult_NoneRetryableSendFailureZ in the error state.static Result_PaymentHashRetryableSendFailureZ
Result_PaymentHashRetryableSendFailureZ. err(RetryableSendFailure e)
Creates a new CResult_PaymentHashRetryableSendFailureZ in the error state.static PaymentError
PaymentError. sending(RetryableSendFailure a)
Utility method to constructs a new Sending-variant PaymentError
-