-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,org.lightningdevkit.ldknode.Disposable,org.lightningdevkit.ldknode.NetworkGraphInterface
public class NetworkGraph extends FFIObject implements NetworkGraphInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNetworkGraph.Companion
-
Constructor Summary
Constructors Constructor Description NetworkGraph(Pointer pointer)NetworkGraph(NoPointer noPointer)This constructor can be used to instantiate a fake object.
-
Method Summary
Modifier and Type Method Description PointeruniffiClonePointer()ChannelInfochannel(ULong shortChannelId)List<ULong>listChannels()List<String>listNodes()NodeInfonode(String nodeId)-
-
Method Detail
-
uniffiClonePointer
Pointer uniffiClonePointer()
-
channel
ChannelInfo channel(ULong shortChannelId)
-
listChannels
List<ULong> listChannels()
-
-
-
-