lnrpc: add betweenness centrality to GetNodeMetrics (new RPC call)

This commit extends the RPC interface with GetNodeMetrics will contain
all graph node metrics in the future. Currently only holds betweennes
centrality per node.
This commit is contained in:
Andras Banki-Horvath
2020-03-19 11:14:28 +01:00
parent 3fe9c70722
commit 7e50997bb4
7 changed files with 1222 additions and 780 deletions

View File

@ -282,6 +282,7 @@ func main() {
closedChannelsCommand,
listPaymentsCommand,
describeGraphCommand,
getNodeMetricsCommand,
getChanInfoCommand,
getNodeInfoCommand,
queryRoutesCommand,