ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ |
ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.clone() |
Creates a new tuple which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
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.
|
static ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ |
ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.of(ChannelAnnouncement a,
ChannelUpdate b,
ChannelUpdate c) |
Creates a new C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ from the contained elements.
|