Package org.ldk.impl
Interface bindings.LDKRoutingMessageHandler
-
- Enclosing class:
- bindings
public static interface bindings.LDKRoutingMessageHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long[]
get_next_channel_announcements(long starting_point, byte batch_amount)
long[]
get_next_node_announcements(byte[] starting_point, byte batch_amount)
long
handle_channel_announcement(long msg)
long
handle_channel_update(long msg)
void
handle_htlc_fail_channel_update(long update)
long
handle_node_announcement(long msg)
long
handle_query_channel_range(byte[] their_node_id, long msg)
long
handle_query_short_channel_ids(byte[] their_node_id, long msg)
long
handle_reply_channel_range(byte[] their_node_id, long msg)
long
handle_reply_short_channel_ids_end(byte[] their_node_id, long msg)
void
sync_routing_table(byte[] their_node_id, long init)
-
-
-
Method Detail
-
handle_node_announcement
long handle_node_announcement(long msg)
-
handle_channel_announcement
long handle_channel_announcement(long msg)
-
handle_channel_update
long handle_channel_update(long msg)
-
handle_htlc_fail_channel_update
void handle_htlc_fail_channel_update(long update)
-
get_next_channel_announcements
long[] get_next_channel_announcements(long starting_point, byte batch_amount)
-
get_next_node_announcements
long[] get_next_node_announcements(byte[] starting_point, byte batch_amount)
-
sync_routing_table
void sync_routing_table(byte[] their_node_id, long init)
-
handle_reply_channel_range
long handle_reply_channel_range(byte[] their_node_id, long msg)
-
handle_reply_short_channel_ids_end
long handle_reply_short_channel_ids_end(byte[] their_node_id, long msg)
-
handle_query_channel_range
long handle_query_channel_range(byte[] their_node_id, long msg)
-
handle_query_short_channel_ids
long handle_query_short_channel_ids(byte[] their_node_id, long msg)
-
-