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 classGossipSync.NoneNo gossip sync.static classGossipSync.P2PGossip sync via the lightning peer-to-peer network as defined by BOLT 7.static classGossipSync.RapidRapid gossip sync from a trusted server.Methods in org.ldk.structs that return GossipSync Modifier and Type Method Description static GossipSyncGossipSync. none()Utility method to constructs a new None-variant GossipSyncstatic GossipSyncGossipSync. p2_p(P2PGossipSync a)Utility method to constructs a new P2P-variant GossipSyncstatic GossipSyncGossipSync. 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 BackgroundProcessorBackgroundProcessor. start(Persister persister, EventHandler event_handler, ChainMonitor chain_monitor, ChannelManager channel_manager, GossipSync gossip_sync, PeerManager peer_manager, Logger logger, MultiThreadedLockableScore scorer)Start a background thread that takes care of responsibilities enumerated in the [top-level documentation].
-