Uses of Class
org.ldk.structs.Option_FilterZ
-
Packages that use Option_FilterZ Package Description org.ldk.structs -
-
Uses of Option_FilterZ in org.ldk.structs
Subclasses of Option_FilterZ in org.ldk.structs Modifier and Type Class Description static class
Option_FilterZ.None
static class
Option_FilterZ.Some
Methods in org.ldk.structs that return Option_FilterZ Modifier and Type Method Description static Option_FilterZ
Option_FilterZ. none()
Constructs a new COption_FilterZ containing nothingstatic Option_FilterZ
Option_FilterZ. some(Filter o)
Constructs a new COption_FilterZ containing a crate::lightning::chain::FilterMethods in org.ldk.structs with parameters of type Option_FilterZ 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.
-