void |
NetGraphMsgHandler.add_chain_access(Access chain_access) |
Adds a provider used to check new announcements.
|
static NetGraphMsgHandler |
NetGraphMsgHandler.from_net_graph(Access chain_access,
Logger logger,
NetworkGraph network_graph) |
Creates a new tracker of the actual state of the network of channels and nodes,
assuming an existing Network Graph.
|
static NetGraphMsgHandler |
NetGraphMsgHandler.of(byte[] genesis_hash,
Access chain_access,
Logger logger) |
Creates a new tracker of the actual state of the network of channels and nodes,
assuming a fresh network graph.
|
Result_NoneLightningErrorZ |
NetworkGraph.update_channel_from_announcement(ChannelAnnouncement msg,
Access chain_access) |
Store or update channel info from a channel announcement.
|
Result_NoneLightningErrorZ |
NetworkGraph.update_channel_from_unsigned_announcement(UnsignedChannelAnnouncement msg,
Access chain_access) |
Store or update channel info from a channel announcement without verifying the associated
signatures.
|