Create top 100 node per capacity component

This commit is contained in:
nymkappa
2022-08-17 16:00:30 +02:00
parent 7520e3beba
commit 2359e44b16
13 changed files with 216 additions and 94 deletions

View File

@@ -159,9 +159,14 @@ export interface ITopNodesPerChannels {
}
export interface ITopNodesPerCapacity {
public_key: string,
publicKey: string,
alias: string,
capacity: number,
channels?: number,
firstSeen?: number,
updatedAt?: number,
city?: any,
country?: any,
}
export interface INodesRanking {