Uses of Class
org.ldk.structs.FilesystemPersister
-
Packages that use FilesystemPersister Package Description org.ldk.structs -
-
Uses of FilesystemPersister in org.ldk.structs
Methods in org.ldk.structs that return FilesystemPersister Modifier and Type Method Description static FilesystemPersister
FilesystemPersister. of(String path_to_channel_data)
Initialize a new FilesystemPersister and set the path to the individual channels' files.
-