Uses of Class
org.ldk.structs.Destination
-
Packages that use Destination Package Description org.ldk.structs -
-
Uses of Destination in org.ldk.structs
Subclasses of Destination in org.ldk.structs Modifier and Type Class Description static classDestination.BlindedPathWe're sending this onion message to a blinded path.static classDestination.NodeWe're sending this onion message to a node.Methods in org.ldk.structs that return Destination Modifier and Type Method Description static DestinationDestination. blinded_path(BlindedPath a)Utility method to constructs a new BlindedPath-variant DestinationDestinationDestination. clone()Creates a copy of the Destinationstatic DestinationDestination. node(byte[] a)Utility method to constructs a new Node-variant DestinationMethods in org.ldk.structs with parameters of type Destination Modifier and Type Method Description Result_NoneSendErrorZOnionMessenger. send_onion_message(byte[][] intermediate_nodes, Destination destination, OnionMessageContents message, BlindedPath reply_path)Send an onion message with contents `message` to `destination`, routing it through `intermediate_nodes`.
-