Uses of Class
org.ldk.structs.Option_WriteableScoreZ
-
Packages that use Option_WriteableScoreZ Package Description org.ldk.structs -
-
Uses of Option_WriteableScoreZ in org.ldk.structs
Subclasses of Option_WriteableScoreZ in org.ldk.structs Modifier and Type Class Description static classOption_WriteableScoreZ.NoneWhen we're in this state, this COption_WriteableScoreZ contains nothingstatic classOption_WriteableScoreZ.SomeWhen we're in this state, this COption_WriteableScoreZ contains a crate::lightning::routing::scoring::WriteableScoreMethods in org.ldk.structs that return Option_WriteableScoreZ Modifier and Type Method Description static Option_WriteableScoreZOption_WriteableScoreZ. none()Constructs a new COption_WriteableScoreZ containing nothingstatic Option_WriteableScoreZOption_WriteableScoreZ. some(WriteableScore o)Constructs a new COption_WriteableScoreZ containing a crate::lightning::routing::scoring::WriteableScoreMethods in org.ldk.structs with parameters of type Option_WriteableScoreZ Modifier and Type Method Description static BackgroundProcessorBackgroundProcessor. start(Persister persister, EventHandler event_handler, ChainMonitor chain_monitor, ChannelManager channel_manager, GossipSync gossip_sync, PeerManager peer_manager, Logger logger, Option_WriteableScoreZ scorer)Start a background thread that takes care of responsibilities enumerated in the [top-level documentation].
-