Uses of Class
org.ldk.structs.Filter
-
Packages that use Filter Package Description org.ldk.batteries org.ldk.structs -
-
Uses of Filter in org.ldk.batteries
Constructors in org.ldk.batteries with parameters of type Filter Constructor Description ChannelManagerConstructor(byte[] channel_manager_serialized, byte[][] channel_monitors_serialized, UserConfig config, EntropySource entropy_source, NodeSigner node_signer, SignerProvider signer_provider, FeeEstimator fee_estimator, ChainMonitor chain_monitor, Filter filter, byte[] net_graph_serialized, ProbabilisticScoringParameters scoring_params, byte[] probabilistic_scorer_bytes, ChannelManagerConstructor.RouterWrapper router_wrapper, BroadcasterInterface tx_broadcaster, Logger logger)
Deserializes a channel manager and a set of channel monitors from the given serialized copies and interface implementations -
Uses of Filter in org.ldk.structs
Fields in org.ldk.structs declared as Filter Modifier and Type Field Description Filter
Option_FilterZ.Some. some
Methods in org.ldk.structs that return Filter Modifier and Type Method Description static Filter
Filter. new_impl(Filter.FilterInterface arg)
Methods in org.ldk.structs with parameters of type Filter Modifier and Type Method Description void
ChannelMonitor. load_outputs_to_watch(Filter filter)
Loads the funding txo and outputs to watch into the given `chain::Filter` by repeatedly calling `chain::Filter::register_output` and `chain::Filter::register_tx` until all outputs have been registered.static Option_FilterZ
Option_FilterZ. some(Filter o)
Constructs a new COption_FilterZ containing a crate::lightning::chain::Filter
-