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 DestinationDestinationOnionMessagePath. get_destination()The recipient of the message.static 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_OnionMessagePathNoneZMessageRouter. find_path(byte[] sender, byte[][] peers, Destination destination)Returns a route for sending an [`OnionMessage`] to the given [`Destination`].Result_OnionMessagePathNoneZMessageRouter.MessageRouterInterface. find_path(byte[] sender, byte[][] peers, Destination destination)Returns a route for sending an [`OnionMessage`] to the given [`Destination`].static OnionMessagePathOnionMessagePath. of(byte[][] intermediate_nodes_arg, Destination destination_arg)Constructs a new OnionMessagePath given each fieldvoidOnionMessagePath. set_destination(Destination val)The recipient of the message.
-