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.BlindedRouteWe're sending this onion message to a blinded route.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_route(Destination.BlindedRoute a)Utility method to constructs a new BlindedRoute-variant 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_custom_onion_message(byte[][] intermediate_nodes, Destination destination, CustomOnionMessageContents msg, BlindedRoute reply_path)Send an onion message with contents `message` to `destination`, routing it through `intermediate_nodes`.
-