Uses of Class
org.ldk.batteries.ChannelManagerConstructor.InvalidSerializedDataException
-
Packages that use ChannelManagerConstructor.InvalidSerializedDataException Package Description org.ldk.batteries -
-
Uses of ChannelManagerConstructor.InvalidSerializedDataException in org.ldk.batteries
Constructors in org.ldk.batteries that throw ChannelManagerConstructor.InvalidSerializedDataException Constructor Description ChannelManagerConstructor(byte[] channel_manager_serialized, byte[][] channel_monitors_serialized, UserConfig config, EntropySource entropy_source, NodeSigner node_signer, SignerProvider signer_provider, 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 implementations
-