Uses of Class
org.ldk.structs.BlindedPath
-
Packages that use BlindedPath Package Description org.ldk.structs -
-
Uses of BlindedPath in org.ldk.structs
Fields in org.ldk.structs declared as BlindedPath Modifier and Type Field Description BlindedPathDestination.BlindedPath. blinded_pathBlindedPathResult_BlindedPathDecodeErrorZ.Result_BlindedPathDecodeErrorZ_OK. resBlindedPathResult_BlindedPathNoneZ.Result_BlindedPathNoneZ_OK. resMethods in org.ldk.structs that return BlindedPath Modifier and Type Method Description BlindedPathBlindedPath. clone()Creates a copy of the BlindedPathBlindedPathTwoTuple_BlindedPayInfoBlindedPathZ. get_b()BlindedPath[]Bolt12Invoice. message_paths()Paths to the recipient originating from publicly reachable nodes.BlindedPath[]UnsignedBolt12Invoice. message_paths()Paths to the recipient originating from publicly reachable nodes.static BlindedPathBlindedPath. of(byte[] introduction_node_id_arg, byte[] blinding_point_arg, BlindedHop[] blinded_hops_arg)Constructs a new BlindedPath given each fieldBlindedPath[]InvoiceRequest. paths()Paths to the recipient originating from publicly reachable nodes.BlindedPath[]Offer. paths()Paths to the recipient originating from publicly reachable nodes.BlindedPath[]Refund. paths()Paths to the sender originating from publicly reachable nodes.BlindedPath[]UnsignedInvoiceRequest. paths()Paths to the recipient originating from publicly reachable nodes.BlindedPath[]VerifiedInvoiceRequest. paths()Paths to the recipient originating from publicly reachable nodes.Methods in org.ldk.structs with parameters of type BlindedPath Modifier and Type Method Description static DestinationDestination. blinded_path(BlindedPath a)Utility method to constructs a new BlindedPath-variant Destinationstatic Result_C2Tuple_PublicKeyOnionMessageZSendErrorZUtilMethods. create_onion_message(EntropySource entropy_source, NodeSigner node_signer, OnionMessagePath path, OnionMessageContents message, BlindedPath reply_path)Create an onion message with contents `message` to the destination of `path`.booleanBlindedPath. eq(BlindedPath b)Checks if two BlindedPaths contain equal inner contents.static TwoTuple_BlindedPayInfoBlindedPathZTwoTuple_BlindedPayInfoBlindedPathZ. of(BlindedPayInfo a, BlindedPath b)Creates a new C2Tuple_BlindedPayInfoBlindedPathZ from the contained elements.static Result_BlindedPathDecodeErrorZResult_BlindedPathDecodeErrorZ. ok(BlindedPath o)Creates a new CResult_BlindedPathDecodeErrorZ in the success state.static Result_BlindedPathNoneZResult_BlindedPathNoneZ. ok(BlindedPath o)Creates a new CResult_BlindedPathNoneZ in the success state.Result_NoneSendErrorZOnionMessenger. send_onion_message(OnionMessagePath path, OnionMessageContents message, BlindedPath reply_path)Send an onion message with contents `message` to the destination of `path`.
-