Package org.ldk.structs
Interface OnionMessageProvider.OnionMessageProviderInterface
-
- Enclosing class:
- OnionMessageProvider
public static interface OnionMessageProvider.OnionMessageProviderInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnionMessage
next_onion_message_for_peer(byte[] peer_node_id)
Gets the next pending onion message for the peer with the given node id.
-
-
-
Method Detail
-
next_onion_message_for_peer
OnionMessage next_onion_message_for_peer(byte[] peer_node_id)
Gets the next pending onion message for the peer with the given node id. Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
-
-