Package org.ldk.structs
Interface ChannelManagerPersister.ChannelManagerPersisterInterface
-
- Enclosing class:
- ChannelManagerPersister
public static interface ChannelManagerPersister.ChannelManagerPersisterInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Result_NoneErrorZ
persist_manager(ChannelManager channel_manager)
Persist the given [`ChannelManager`] to disk, returning an error if persistence failed (which will cause the [`BackgroundProcessor`] which called this method to exit.
-
-
-
Method Detail
-
persist_manager
Result_NoneErrorZ persist_manager(ChannelManager channel_manager)
Persist the given [`ChannelManager`] to disk, returning an error if persistence failed (which will cause the [`BackgroundProcessor`] which called this method to exit. [`ChannelManager`]: lightning::ln::channelmanager::ChannelManager
-
-