Uses of Class
org.ldk.structs.PaymentId
-
Packages that use PaymentId Package Description org.ldk.structs -
-
Uses of PaymentId in org.ldk.structs
Fields in org.ldk.structs declared as PaymentId Modifier and Type Field Description PaymentIdResult_PaymentIdDecodeErrorZ.Result_PaymentIdDecodeErrorZ_OK. resPaymentIdResult_PaymentIdPaymentSendFailureZ.Result_PaymentIdPaymentSendFailureZ_OK. resMethods in org.ldk.structs that return PaymentId Modifier and Type Method Description PaymentIdPaymentId. clone()Creates a copy of the PaymentIdPaymentIdTwoTuple_PaymentHashPaymentIdZ. get_b()Methods in org.ldk.structs with parameters of type PaymentId Modifier and Type Method Description booleanPaymentId. eq(PaymentId b)Checks if two PaymentIds contain equal inner contents.static TwoTuple_PaymentHashPaymentIdZTwoTuple_PaymentHashPaymentIdZ. of(byte[] a, PaymentId b)Creates a new C2Tuple_PaymentHashPaymentIdZ from the contained elements.static Result_PaymentIdDecodeErrorZResult_PaymentIdDecodeErrorZ. ok(PaymentId o)Creates a new CResult_PaymentIdDecodeErrorZ in the success state.static Result_PaymentIdPaymentSendFailureZResult_PaymentIdPaymentSendFailureZ. ok(PaymentId o)Creates a new CResult_PaymentIdPaymentSendFailureZ in the success state.Result_NonePaymentSendFailureZChannelManager. retry_payment(Route route, PaymentId payment_id)Retries a payment along the given [`Route`].
-