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 P2PGossipSync
GossipSync.P2P. p2p
Methods in org.ldk.structs that return P2PGossipSync Modifier and Type Method Description static P2PGossipSync
P2PGossipSync. of(NetworkGraph network_graph, Option_UtxoLookupZ utxo_lookup, Logger logger)
Creates a new tracker of the actual state of the network of channels and nodes, assuming an existing [`NetworkGraph`].Methods in org.ldk.structs with parameters of type P2PGossipSync Modifier and Type Method Description static GossipSync
GossipSync. p2_p(P2PGossipSync a)
Utility method to constructs a new P2P-variant GossipSyncvoid
UtxoFuture. resolve(NetworkGraph graph, P2PGossipSync gossip, Result_TxOutUtxoLookupErrorZ result)
Resolves this future against the given `graph` and with the given `result`.
-