Result_NoneLightningErrorZ |
Result_NoneLightningErrorZ.clone() |
Creates a new CResult_NoneLightningErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_NoneLightningErrorZ |
Result_NoneLightningErrorZ.err(LightningError e) |
Creates a new CResult_NoneLightningErrorZ in the error state.
|
Result_NoneLightningErrorZ |
CustomMessageHandler.CustomMessageHandlerInterface.handle_custom_message(Type msg,
byte[] sender_node_id) |
Called with the message type that was received and the buffer to be read.
|
Result_NoneLightningErrorZ |
CustomMessageHandler.handle_custom_message(Type msg,
byte[] sender_node_id) |
Called with the message type that was received and the buffer to be read.
|
Result_NoneLightningErrorZ |
RoutingMessageHandler.handle_query_channel_range(byte[] their_node_id,
QueryChannelRange msg) |
Handles when a peer asks us to send a list of short_channel_ids
for the requested range of blocks.
|
Result_NoneLightningErrorZ |
RoutingMessageHandler.RoutingMessageHandlerInterface.handle_query_channel_range(byte[] their_node_id,
QueryChannelRange msg) |
Handles when a peer asks us to send a list of short_channel_ids
for the requested range of blocks.
|
Result_NoneLightningErrorZ |
RoutingMessageHandler.handle_query_short_channel_ids(byte[] their_node_id,
QueryShortChannelIds msg) |
Handles when a peer asks us to send routing gossip messages for a
list of short_channel_ids.
|
Result_NoneLightningErrorZ |
RoutingMessageHandler.RoutingMessageHandlerInterface.handle_query_short_channel_ids(byte[] their_node_id,
QueryShortChannelIds msg) |
Handles when a peer asks us to send routing gossip messages for a
list of short_channel_ids.
|
Result_NoneLightningErrorZ |
RoutingMessageHandler.handle_reply_channel_range(byte[] their_node_id,
ReplyChannelRange msg) |
Handles the reply of a query we initiated to learn about channels
for a given range of blocks.
|
Result_NoneLightningErrorZ |
RoutingMessageHandler.RoutingMessageHandlerInterface.handle_reply_channel_range(byte[] their_node_id,
ReplyChannelRange msg) |
Handles the reply of a query we initiated to learn about channels
for a given range of blocks.
|
Result_NoneLightningErrorZ |
RoutingMessageHandler.handle_reply_short_channel_ids_end(byte[] their_node_id,
ReplyShortChannelIdsEnd msg) |
Handles the reply of a query we initiated asking for routing gossip
messages for a list of channels.
|
Result_NoneLightningErrorZ |
RoutingMessageHandler.RoutingMessageHandlerInterface.handle_reply_short_channel_ids_end(byte[] their_node_id,
ReplyShortChannelIdsEnd msg) |
Handles the reply of a query we initiated asking for routing gossip
messages for a list of channels.
|
static Result_NoneLightningErrorZ |
Result_NoneLightningErrorZ.ok() |
Creates a new CResult_NoneLightningErrorZ in the success state.
|
Result_NoneLightningErrorZ |
NetworkGraph.update_channel(ChannelUpdate msg) |
For an already known (from announcement) channel, update info about one of the directions
of the channel.
|
Result_NoneLightningErrorZ |
NetworkGraph.update_channel_from_announcement(ChannelAnnouncement msg,
Option_AccessZ chain_access) |
Store or update channel info from a channel announcement.
|
Result_NoneLightningErrorZ |
NetworkGraph.update_channel_from_unsigned_announcement(UnsignedChannelAnnouncement msg,
Option_AccessZ chain_access) |
Store or update channel info from a channel announcement without verifying the associated
signatures.
|
Result_NoneLightningErrorZ |
NetworkGraph.update_channel_unsigned(UnsignedChannelUpdate msg) |
For an already known (from announcement) channel, update info about one of the directions
of the channel without verifying the associated signatures.
|
Result_NoneLightningErrorZ |
NetworkGraph.update_node_from_announcement(NodeAnnouncement msg) |
For an already known node (from channel announcements), update its stored properties from a
given node announcement.
|
Result_NoneLightningErrorZ |
NetworkGraph.update_node_from_unsigned_announcement(UnsignedNodeAnnouncement msg) |
For an already known node (from channel announcements), update its stored properties from a
given node announcement without verifying the associated signatures.
|