Create top 100 node per channel count component

This commit is contained in:
nymkappa
2022-08-17 16:19:01 +02:00
parent 2359e44b16
commit 6421bc82f2
12 changed files with 232 additions and 67 deletions

View File

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