Uses of Class
org.ldk.structs.OnionMessagePath
-
Packages that use OnionMessagePath Package Description org.ldk.structs -
-
Uses of OnionMessagePath in org.ldk.structs
Fields in org.ldk.structs declared as OnionMessagePath Modifier and Type Field Description OnionMessagePathResult_OnionMessagePathNoneZ.Result_OnionMessagePathNoneZ_OK. resMethods in org.ldk.structs that return OnionMessagePath Modifier and Type Method Description OnionMessagePathOnionMessagePath. clone()Creates a copy of the OnionMessagePathstatic OnionMessagePathOnionMessagePath. of(byte[][] intermediate_nodes_arg, Destination destination_arg)Constructs a new OnionMessagePath given each fieldMethods in org.ldk.structs with parameters of type OnionMessagePath Modifier and Type Method Description static 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`.static Result_OnionMessagePathNoneZResult_OnionMessagePathNoneZ. ok(OnionMessagePath o)Creates a new CResult_OnionMessagePathNoneZ 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`.
-