Package org.ldk.structs
Interface MessageRouter.MessageRouterInterface
-
- Enclosing class:
- MessageRouter
public static interface MessageRouter.MessageRouterInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Result_OnionMessagePathNoneZfind_path(byte[] sender, byte[][] peers, Destination destination)Returns a route for sending an [`OnionMessage`] to the given [`Destination`].
-
-
-
Method Detail
-
find_path
Result_OnionMessagePathNoneZ find_path(byte[] sender, byte[][] peers, Destination destination)
Returns a route for sending an [`OnionMessage`] to the given [`Destination`]. [`OnionMessage`]: msgs::OnionMessage
-
-