Uses of Class
org.ldk.structs.RapidGossipSync
-
Packages that use RapidGossipSync Package Description org.ldk.structs -
-
Uses of RapidGossipSync in org.ldk.structs
Fields in org.ldk.structs declared as RapidGossipSync Modifier and Type Field Description RapidGossipSync
GossipSync.Rapid. rapid
Methods in org.ldk.structs that return RapidGossipSync Modifier and Type Method Description static RapidGossipSync
RapidGossipSync. of(NetworkGraph network_graph, Logger logger)
Instantiate a new [`RapidGossipSync`] instance.Methods in org.ldk.structs with parameters of type RapidGossipSync Modifier and Type Method Description static GossipSync
GossipSync. rapid(RapidGossipSync a)
Utility method to constructs a new Rapid-variant GossipSync
-