@iotexproject/kit
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -14,5 +14,16 @@ // Generated by dts-bundle-generator v9.5.1 | ||
}; | ||
declare const getBuckets: (args: { | ||
address: string; | ||
}) => Promise<{}[]>; | ||
declare const callContract: (args: { | ||
method: ""; | ||
params: [ | ||
]; | ||
address: ""; | ||
}) => Promise<{ | ||
data: string; | ||
}>; | ||
declare const modules: { | ||
mimo: typeof mimo; | ||
staking: typeof mimo; | ||
staking: typeof staking; | ||
}; | ||
@@ -24,6 +35,6 @@ export type ModuleType = typeof modules; | ||
declare namespace mimo { | ||
export { config, getLpList }; | ||
declare namespace staking { | ||
export { callContract, getBuckets }; | ||
} | ||
export {}; |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "v0.0.1", | ||
"version": "v0.0.2", | ||
"main": "dist/index.js", | ||
@@ -8,0 +8,0 @@ "types": "dist/index.d.ts", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1754
36