@iotexproject/kit 0.0.30 → 0.0.31
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 +5 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3135,8 +3135,8 @@ declare class GaugeEntity {
|
|
|
3135
3135
|
name: true;
|
|
3136
3136
|
symbol: true;
|
|
3137
3137
|
tokenUrl: true;
|
|
3138
|
-
balanceOf: [
|
|
3139
|
-
`0x${string}`
|
|
3138
|
+
balanceOf: true | [
|
|
3139
|
+
`0x${string}`
|
|
3140
3140
|
];
|
|
3141
3141
|
}> | import("@dappworks/kit/aiem").QueryReturnType<ERC721Entity, {
|
|
3142
3142
|
name: true;
|
|
@@ -4446,7 +4446,9 @@ declare class MarshallDao {
|
|
|
4446
4446
|
];
|
|
4447
4447
|
totalVote: true;
|
|
4448
4448
|
votingApr: true;
|
|
4449
|
-
stakingTokenInfo:
|
|
4449
|
+
stakingTokenInfo: false | [
|
|
4450
|
+
`0x${string}`
|
|
4451
|
+
];
|
|
4450
4452
|
Incentive: {
|
|
4451
4453
|
allRewards: false | [
|
|
4452
4454
|
`0x${string}`
|