Uses of Class
org.ldk.structs.TwoTuple_BlindedPayInfoBlindedPathZ
-
Packages that use TwoTuple_BlindedPayInfoBlindedPathZ Package Description org.ldk.structs -
-
Uses of TwoTuple_BlindedPayInfoBlindedPathZ in org.ldk.structs
Fields in org.ldk.structs declared as TwoTuple_BlindedPayInfoBlindedPathZ Modifier and Type Field Description TwoTuple_BlindedPayInfoBlindedPathZResult_C2Tuple_BlindedPayInfoBlindedPathZNoneZ.Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ_OK. resTwoTuple_BlindedPayInfoBlindedPathZ[]Payee.Blinded. route_hintsAggregated routing info and blinded paths, for routing to the payee without knowing their node id.Methods in org.ldk.structs that return TwoTuple_BlindedPayInfoBlindedPathZ Modifier and Type Method Description TwoTuple_BlindedPayInfoBlindedPathZTwoTuple_BlindedPayInfoBlindedPathZ. clone()Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static TwoTuple_BlindedPayInfoBlindedPathZTwoTuple_BlindedPayInfoBlindedPathZ. of(BlindedPayInfo a, BlindedPath b)Creates a new C2Tuple_BlindedPayInfoBlindedPathZ from the contained elements.Methods in org.ldk.structs with parameters of type TwoTuple_BlindedPayInfoBlindedPathZ Modifier and Type Method Description static PayeePayee. blinded(TwoTuple_BlindedPayInfoBlindedPathZ[] route_hints, Bolt12InvoiceFeatures features)Utility method to constructs a new Blinded-variant Payeestatic PaymentParametersPaymentParameters. blinded(TwoTuple_BlindedPayInfoBlindedPathZ[] blinded_route_hints)Creates parameters for paying to a blinded payee from the provided blinded route hints.static Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZResult_C2Tuple_BlindedPayInfoBlindedPathZNoneZ. ok(TwoTuple_BlindedPayInfoBlindedPathZ o)Creates a new CResult_C2Tuple_BlindedPayInfoBlindedPathZNoneZ in the success state.
-