Uses of Class
org.ldk.structs.P2PGossipSync
-
Packages that use P2PGossipSync Package Description org.ldk.structs -
-
Uses of P2PGossipSync in org.ldk.structs
Fields in org.ldk.structs declared as P2PGossipSync Modifier and Type Field Description P2PGossipSyncGossipSync.P2P. p2pMethods in org.ldk.structs that return P2PGossipSync Modifier and Type Method Description static P2PGossipSyncP2PGossipSync. of(NetworkGraph network_graph, Option_AccessZ chain_access, Logger logger)Creates a new tracker of the actual state of the network of channels and nodes, assuming an existing Network Graph.Methods in org.ldk.structs with parameters of type P2PGossipSync Modifier and Type Method Description static GossipSyncGossipSync. p2_p(P2PGossipSync a)Utility method to constructs a new P2P-variant GossipSync
-