Create top 100 node per capacity component
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user