Uses of Class
org.ldk.structs.NetGraphMsgHandler
-
Packages that use NetGraphMsgHandler Package Description org.ldk.batteries org.ldk.structs -
-
Uses of NetGraphMsgHandler in org.ldk.batteries
Constructors in org.ldk.batteries with parameters of type NetGraphMsgHandler Constructor Description ChannelManagerConstructor(byte[] channel_manager_serialized, byte[][] channel_monitors_serialized, KeysInterface keys_interface, FeeEstimator fee_estimator, ChainMonitor chain_monitor, Filter filter, NetGraphMsgHandler router, BroadcasterInterface tx_broadcaster, Logger logger)
Deserializes a channel manager and a set of channel monitors from the given serialized copies and interface implementationsChannelManagerConstructor(Network network, UserConfig config, byte[] current_blockchain_tip_hash, int current_blockchain_tip_height, KeysInterface keys_interface, FeeEstimator fee_estimator, ChainMonitor chain_monitor, NetGraphMsgHandler router, BroadcasterInterface tx_broadcaster, Logger logger)
Constructs a channel manager from the given interface implementations -
Uses of NetGraphMsgHandler in org.ldk.structs
Methods in org.ldk.structs that return NetGraphMsgHandler Modifier and Type Method Description 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.
-