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, KeysInterface keys_interface, FeeEstimator fee_estimator, ChainMonitor chain_monitor, Filter filter, NetGraphMsgHandler router, 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
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 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.
-