Uses of Class
org.ldk.structs.GossipSync
-
Packages that use GossipSync Package Description org.ldk.structs -
-
Uses of GossipSync in org.ldk.structs
Subclasses of GossipSync in org.ldk.structs Modifier and Type Class Description static class
GossipSync.None
No gossip sync.static class
GossipSync.P2P
Gossip sync via the lightning peer-to-peer network as defined by BOLT 7.static class
GossipSync.Rapid
Rapid gossip sync from a trusted server.Methods in org.ldk.structs that return GossipSync Modifier and Type Method Description static GossipSync
GossipSync. none()
Utility method to constructs a new None-variant GossipSyncstatic GossipSync
GossipSync. p2_p(P2PGossipSync a)
Utility method to constructs a new P2P-variant GossipSyncstatic GossipSync
GossipSync. rapid(RapidGossipSync a)
Utility method to constructs a new Rapid-variant GossipSyncMethods in org.ldk.structs with parameters of type GossipSync 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].
-