Package org.ldk.structs
Class GossipSync.P2P
- java.lang.Object
-
- org.ldk.structs.GossipSync
-
- org.ldk.structs.GossipSync.P2P
-
- Enclosing class:
- GossipSync
public static final class GossipSync.P2P extends GossipSync
Gossip sync via the lightning peer-to-peer network as defined by BOLT 7.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.GossipSync
GossipSync.None, GossipSync.P2P, GossipSync.Rapid
-
-
Field Summary
Fields Modifier and Type Field Description P2PGossipSync
p2p
-
-
-
Field Detail
-
p2p
public final P2PGossipSync p2p
-
-