Uses of Class
org.ldk.enums.PaymentFailureReason
-
Packages that use PaymentFailureReason Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of PaymentFailureReason in org.ldk.enums
Methods in org.ldk.enums that return PaymentFailureReason Modifier and Type Method Description static PaymentFailureReason
PaymentFailureReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static PaymentFailureReason[]
PaymentFailureReason. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PaymentFailureReason in org.ldk.impl
Fields in org.ldk.impl declared as PaymentFailureReason Modifier and Type Field Description PaymentFailureReason
bindings.LDKCOption_PaymentFailureReasonZ.Some. some
Methods in org.ldk.impl that return PaymentFailureReason Modifier and Type Method Description static PaymentFailureReason
bindings. CResult_PaymentFailureReasonDecodeErrorZ_get_ok(long owner)
static PaymentFailureReason
bindings. PaymentFailureReason_clone(long orig)
static PaymentFailureReason
bindings. PaymentFailureReason_payment_expired()
static PaymentFailureReason
bindings. PaymentFailureReason_recipient_rejected()
static PaymentFailureReason
bindings. PaymentFailureReason_retries_exhausted()
static PaymentFailureReason
bindings. PaymentFailureReason_route_not_found()
static PaymentFailureReason
bindings. PaymentFailureReason_unexpected_error()
static PaymentFailureReason
bindings. PaymentFailureReason_user_abandoned()
Methods in org.ldk.impl with parameters of type PaymentFailureReason Modifier and Type Method Description static long
bindings. COption_PaymentFailureReasonZ_some(PaymentFailureReason o)
static long
bindings. CResult_PaymentFailureReasonDecodeErrorZ_ok(PaymentFailureReason o)
-
Uses of PaymentFailureReason in org.ldk.structs
Fields in org.ldk.structs declared as PaymentFailureReason Modifier and Type Field Description PaymentFailureReason
Result_PaymentFailureReasonDecodeErrorZ.Result_PaymentFailureReasonDecodeErrorZ_OK. res
PaymentFailureReason
Option_PaymentFailureReasonZ.Some. some
Methods in org.ldk.structs with parameters of type PaymentFailureReason Modifier and Type Method Description static Result_PaymentFailureReasonDecodeErrorZ
Result_PaymentFailureReasonDecodeErrorZ. ok(PaymentFailureReason o)
Creates a new CResult_PaymentFailureReasonDecodeErrorZ in the success state.static Option_PaymentFailureReasonZ
Option_PaymentFailureReasonZ. some(PaymentFailureReason o)
Constructs a new COption_PaymentFailureReasonZ containing a crate::lightning::events::PaymentFailureReason
-