Uses of Class
org.ldk.structs.KeysManager
-
Packages that use KeysManager Package Description org.ldk.batteries org.ldk.structs -
-
Uses of KeysManager in org.ldk.batteries
Constructors in org.ldk.batteries with parameters of type KeysManager Constructor Description ChannelManagerConstructor(byte[] channel_manager_serialized, byte[][] channel_monitors_serialized, UserConfig config, KeysManager keys_manager, FeeEstimator fee_estimator, ChainMonitor chain_monitor, Filter filter, byte[] net_graph_serialized, ProbabilisticScoringParameters scoring_params, byte[] probabilistic_scorer_bytes, ChannelManagerConstructor.RouterWrapper router_wrapper, 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, KeysManager keys_manager, FeeEstimator fee_estimator, ChainMonitor chain_monitor, NetworkGraph net_graph, ProbabilisticScoringParameters scoring_params, ChannelManagerConstructor.RouterWrapper router_wrapper, BroadcasterInterface tx_broadcaster, Logger logger)Constructs a channel manager from the given interface implementations -
Uses of KeysManager in org.ldk.structs
Methods in org.ldk.structs that return KeysManager Modifier and Type Method Description static KeysManagerKeysManager. of(byte[] seed, long starting_time_secs, int starting_time_nanos)Constructs a [`KeysManager`] from a 32-byte seed.
-