@ecency/sdk 2.3.59 → 2.3.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser/index.d.ts
CHANGED
|
@@ -4989,6 +4989,13 @@ type LeaderBoardDuration = "day" | "week" | "month";
|
|
|
4989
4989
|
interface CurationItem {
|
|
4990
4990
|
efficiency: number;
|
|
4991
4991
|
account: string;
|
|
4992
|
+
/** Curation reward for the period, in Hive Power. */
|
|
4993
|
+
hp: number;
|
|
4994
|
+
/**
|
|
4995
|
+
* @deprecated Alias of `hp`, kept while consumers migrate. The value has
|
|
4996
|
+
* always been Hive Power despite the name, which caused a double-conversion
|
|
4997
|
+
* bug downstream. Read `hp` instead.
|
|
4998
|
+
*/
|
|
4992
4999
|
vests: number;
|
|
4993
5000
|
votes: number;
|
|
4994
5001
|
uniques: number;
|