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 class
Destination.BlindedPath
We're sending this onion message to a blinded path.static class
Destination.Node
We're sending this onion message to a node.Methods in org.ldk.structs that return Destination Modifier and Type Method Description static Destination
Destination. blinded_path(BlindedPath a)
Utility method to constructs a new BlindedPath-variant DestinationDestination
Destination. clone()
Creates a copy of the Destinationstatic Destination
Destination. 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_NoneSendErrorZ
OnionMessenger. 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`.
-