Uses of Class
net.osslabz.lnd.dto.LnrpcChannelGraph
Packages that use LnrpcChannelGraph
-
Uses of LnrpcChannelGraph in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcChannelGraphModifier and TypeMethodDescriptionLightningApi.describeGraph(Boolean includeUnannounced) lncli: `describegraph` DescribeGraph returns a description of the latest graph state from the point of view of the node.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcChannelGraphModifier and TypeMethodDescriptionLightningApi.describeGraphWithHttpInfo(Boolean includeUnannounced) lncli: `describegraph` DescribeGraph returns a description of the latest graph state from the point of view of the node.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcChannelGraphModifier and TypeMethodDescriptionokhttp3.CallLightningApi.describeGraphAsync(Boolean includeUnannounced, ApiCallback<LnrpcChannelGraph> _callback) lncli: `describegraph` DescribeGraph returns a description of the latest graph state from the point of view of the node. -
Uses of LnrpcChannelGraph in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChannelGraphModifier and TypeMethodDescriptionLnrpcChannelGraph.addEdgesItem(LnrpcChannelEdge edgesItem) LnrpcChannelGraph.addNodesItem(LnrpcLightningNode nodesItem) LnrpcChannelGraph.edges(List<LnrpcChannelEdge> edges) LnrpcChannelGraph.nodes(List<LnrpcLightningNode> nodes)