@iotexproject/kit 0.1.0 → 0.1.1
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/index.d.ts +0 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3511,9 +3511,6 @@ declare class GaugeEntity {
|
|
|
3511
3511
|
isZero: boolean;
|
|
3512
3512
|
};
|
|
3513
3513
|
rewardsUSD: string;
|
|
3514
|
-
} | {
|
|
3515
|
-
rewards: string;
|
|
3516
|
-
rewardsUSD: string;
|
|
3517
3514
|
}>;
|
|
3518
3515
|
gaugeDailyRewards(): Promise<{
|
|
3519
3516
|
rewards: {
|
|
@@ -3524,9 +3521,6 @@ declare class GaugeEntity {
|
|
|
3524
3521
|
isZero: boolean;
|
|
3525
3522
|
};
|
|
3526
3523
|
rewardsUSD: string;
|
|
3527
|
-
} | {
|
|
3528
|
-
rewards: string;
|
|
3529
|
-
rewardsUSD: string;
|
|
3530
3524
|
}>;
|
|
3531
3525
|
votes(account: `0x${string}`): Promise<{
|
|
3532
3526
|
votes: string;
|