Uses of Class
org.ldk.structs.Persist
-
Packages that use Persist Package Description org.ldk.structs -
-
Uses of Persist in org.ldk.structs
Methods in org.ldk.structs that return Persist Modifier and Type Method Description Persist
FilesystemPersister. as_Persist()
Constructs a new Persist which calls the relevant methods on this_arg.static Persist
Persist. new_impl(Persist.PersistInterface arg)
Methods in org.ldk.structs with parameters of type Persist Modifier and Type Method Description static ChainMonitor
ChainMonitor. of(Filter chain_source, BroadcasterInterface broadcaster, Logger logger, FeeEstimator feeest, Persist persister)
Creates a new `ChainMonitor` used to watch on-chain activity pertaining to channels.
-