@bloks/api
Advanced tools
Comparing version 25.0.32 to 25.0.34
@@ -8,3 +8,41 @@ import { ApiClass, ChainGlobal } from './index'; | ||
export declare function getProxyData(this: ApiClass, accountName: string): Promise<any>; | ||
export declare function getProducers(this: ApiClass, pageNum?: number, perPage?: number): Promise<unknown>; | ||
export declare function getProducers(this: ApiClass, pageNum?: number, perPage?: number): Promise<{ | ||
count: number; | ||
producers: { | ||
country: string; | ||
flag: string; | ||
location: number; | ||
logo: string; | ||
nodes: { | ||
location: { | ||
name: string; | ||
country: string; | ||
latitude: number; | ||
longitude: number; | ||
}[]; | ||
}[]; | ||
num_votes: string; | ||
owner: string; | ||
percentage_votes: number; | ||
producer_authority: any; | ||
rank: number; | ||
rankChange: number; | ||
reward: string; | ||
telegram: string; | ||
twitter: string; | ||
url: string; | ||
voteNumChange: number; | ||
votePercentChange: number; | ||
}[]; | ||
} | { | ||
owner: string; | ||
total_votes: number; | ||
producer_key: string; | ||
is_active: boolean; | ||
url: string; | ||
unpaid_blocks: number; | ||
last_claim_time: string; | ||
location: number; | ||
producer_authority: any; | ||
}[]>; | ||
export declare function getChainTable(this: ApiClass): Promise<ChainGlobal>; |
{ | ||
"name": "@bloks/api", | ||
"version": "25.0.32", | ||
"version": "25.0.34", | ||
"author": "jafri", | ||
@@ -43,3 +43,3 @@ "module": "dist/api.esm.js", | ||
}, | ||
"gitHead": "edc2580c892a1046519ae0f4eb8507282027dcc5" | ||
"gitHead": "5b62f92fb0d8c2ad5f95c87d3c241f6242763f24" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1120676
11956