@iotexproject/kit 0.0.19 → 0.0.20
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 +3 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4396,7 +4396,8 @@ declare class VoterEntity {
|
|
|
4396
4396
|
isZero: boolean;
|
|
4397
4397
|
}>;
|
|
4398
4398
|
weeklyVoteEmissions(): Promise<string | 0>;
|
|
4399
|
-
apr(
|
|
4399
|
+
apr(): Promise<string>;
|
|
4400
|
+
vault: () => Promise<any>;
|
|
4400
4401
|
governor: () => Promise<any>;
|
|
4401
4402
|
epochNext: (_timestamp: string) => Promise<any>;
|
|
4402
4403
|
forwarder: () => Promise<any>;
|
|
@@ -4464,6 +4465,7 @@ declare class MarshallDao {
|
|
|
4464
4465
|
`0x${string}`
|
|
4465
4466
|
];
|
|
4466
4467
|
weeklyVoteEmissions: true;
|
|
4468
|
+
apr: true;
|
|
4467
4469
|
}> | undefined>;
|
|
4468
4470
|
voteToGauge(args: {
|
|
4469
4471
|
stakingTokens: `0x${string}`[];
|