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, 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 implementations
-