Uses of Class
org.ldk.structs.ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ
-
Packages that use ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ Package Description org.ldk.structs -
-
Uses of ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ in org.ldk.structs
Methods in org.ldk.structs that return ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ Modifier and Type Method Description ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ[]
RoutingMessageHandler. get_next_channel_announcements(long starting_point, byte batch_amount)
Gets a subset of the channel announcements and updates required to dump our routing table to a remote node, starting at the short_channel_id indicated by starting_point and including the batch_amount entries immediately higher in numerical value than starting_point.ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ[]
RoutingMessageHandler.RoutingMessageHandlerInterface. get_next_channel_announcements(long starting_point, byte batch_amount)
Gets a subset of the channel announcements and updates required to dump our routing table to a remote node, starting at the short_channel_id indicated by starting_point and including the batch_amount entries immediately higher in numerical value than starting_point.
-