ThreeTuple<ChannelAnnouncement,ChannelUpdate,ChannelUpdate>[] |
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<ChannelAnnouncement,ChannelUpdate,ChannelUpdate>[] |
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.
|
ThreeTuple<RawInvoice,byte[],InvoiceSignature> |
SignedRawInvoice.into_parts() |
Disassembles the `SignedRawInvoice` into its three parts:
1.
|