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 PaymentFailureReasonPaymentFailureReason. 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 PaymentFailureReasonbindings.LDKCOption_PaymentFailureReasonZ.Some. someMethods in org.ldk.impl that return PaymentFailureReason Modifier and Type Method Description static PaymentFailureReasonbindings. CResult_PaymentFailureReasonDecodeErrorZ_get_ok(long owner)static PaymentFailureReasonbindings. PaymentFailureReason_clone(long orig)static PaymentFailureReasonbindings. PaymentFailureReason_payment_expired()static PaymentFailureReasonbindings. PaymentFailureReason_recipient_rejected()static PaymentFailureReasonbindings. PaymentFailureReason_retries_exhausted()static PaymentFailureReasonbindings. PaymentFailureReason_route_not_found()static PaymentFailureReasonbindings. PaymentFailureReason_unexpected_error()static PaymentFailureReasonbindings. PaymentFailureReason_user_abandoned()Methods in org.ldk.impl with parameters of type PaymentFailureReason Modifier and Type Method Description static longbindings. COption_PaymentFailureReasonZ_some(PaymentFailureReason o)static longbindings. 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 PaymentFailureReasonResult_PaymentFailureReasonDecodeErrorZ.Result_PaymentFailureReasonDecodeErrorZ_OK. resPaymentFailureReasonOption_PaymentFailureReasonZ.Some. someMethods in org.ldk.structs with parameters of type PaymentFailureReason Modifier and Type Method Description static Result_PaymentFailureReasonDecodeErrorZResult_PaymentFailureReasonDecodeErrorZ. ok(PaymentFailureReason o)Creates a new CResult_PaymentFailureReasonDecodeErrorZ in the success state.static Option_PaymentFailureReasonZOption_PaymentFailureReasonZ. some(PaymentFailureReason o)Constructs a new COption_PaymentFailureReasonZ containing a crate::lightning::events::PaymentFailureReason
-