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 class
Option_WriteableScoreZ.None
When we're in this state, this COption_WriteableScoreZ contains nothingstatic class
Option_WriteableScoreZ.Some
When 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_WriteableScoreZ
Option_WriteableScoreZ. none()
Constructs a new COption_WriteableScoreZ containing nothingstatic Option_WriteableScoreZ
Option_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 BackgroundProcessor
BackgroundProcessor. 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].
-