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 PersistFilesystemPersister. as_Persist()Constructs a new Persist which calls the relevant methods on this_arg.static PersistPersist. new_impl(Persist.PersistInterface arg)Methods in org.ldk.structs with parameters of type Persist Modifier and Type Method Description static ChainMonitorChainMonitor. 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.
-