@iotexproject/kit 0.0.36 → 0.0.38
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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7078,6 +7078,7 @@ declare class UseHub {
|
|
|
7078
7078
|
}>;
|
|
7079
7079
|
userDashboard(): Promise<{
|
|
7080
7080
|
blogs: import("@tryghost/content-api").PostsOrPages;
|
|
7081
|
+
marketData: IoTexMarketData;
|
|
7081
7082
|
}>;
|
|
7082
7083
|
assets(): Promise<any[] | {
|
|
7083
7084
|
error: unknown;
|
|
@@ -7097,7 +7098,6 @@ declare class UseHub {
|
|
|
7097
7098
|
explore(): Promise<{
|
|
7098
7099
|
dappList: Dapp[];
|
|
7099
7100
|
dappCategory: DappCategory[];
|
|
7100
|
-
marketData: IoTexMarketData;
|
|
7101
7101
|
} | {
|
|
7102
7102
|
error: any;
|
|
7103
7103
|
}>;
|