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 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(Option_FilterZ chain_source, BroadcasterInterface broadcaster, Logger logger, FeeEstimator feeest, Persist persister)
Creates a new `ChainMonitor` used to watch on-chain activity pertaining to channels.
-