@iotexproject/kit 0.0.37 → 0.0.39
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 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3137,7 +3137,7 @@ declare class GaugeEntity {
|
|
|
3137
3137
|
}
|
|
3138
3138
|
];
|
|
3139
3139
|
gaugeType(): Promise<"ERC20" | "ERC721" | "LPToken">;
|
|
3140
|
-
|
|
3140
|
+
stakingTokenInfo(account?: `0x${string}`): Promise<import("@dappworks/kit/aiem").QueryReturnType<ERC20Entity, {
|
|
3141
3141
|
name: true;
|
|
3142
3142
|
symbol: true;
|
|
3143
3143
|
tokenUrl: true;
|
|
@@ -4454,7 +4454,7 @@ declare class MarshallDao {
|
|
|
4454
4454
|
];
|
|
4455
4455
|
totalVote: true;
|
|
4456
4456
|
votingApr: true;
|
|
4457
|
-
|
|
4457
|
+
stakingTokenInfo: true | [
|
|
4458
4458
|
`0x${string}`
|
|
4459
4459
|
];
|
|
4460
4460
|
Incentive: {
|
|
@@ -7080,6 +7080,7 @@ declare class UseHub {
|
|
|
7080
7080
|
}>;
|
|
7081
7081
|
userDashboard(): Promise<{
|
|
7082
7082
|
blogs: import("@tryghost/content-api").PostsOrPages;
|
|
7083
|
+
marketData: IoTexMarketData;
|
|
7083
7084
|
}>;
|
|
7084
7085
|
assets(): Promise<any[] | {
|
|
7085
7086
|
error: unknown;
|
|
@@ -7099,7 +7100,6 @@ declare class UseHub {
|
|
|
7099
7100
|
explore(): Promise<{
|
|
7100
7101
|
dappList: Dapp[];
|
|
7101
7102
|
dappCategory: DappCategory[];
|
|
7102
|
-
marketData: IoTexMarketData;
|
|
7103
7103
|
} | {
|
|
7104
7104
|
error: any;
|
|
7105
7105
|
}>;
|