@iotexproject/kit
Advanced tools
Comparing version 0.0.2 to 0.0.3
// Generated by dts-bundle-generator v9.5.1 | ||
declare const getLpList: (args: { | ||
address: string; | ||
}) => Promise<{ | ||
name: string; | ||
address: string; | ||
}[]>; | ||
declare const config: { | ||
getLpList: { | ||
ttl: number; | ||
declare class Mimo { | ||
getLpList(args: { | ||
address: string; | ||
}): Promise<{ | ||
name: string; | ||
address: string; | ||
}[]>; | ||
} | ||
declare class Staking { | ||
getBuckets(args: { | ||
address: string; | ||
}): Promise<{}[]>; | ||
callContract(args: { | ||
method: ""; | ||
params: [ | ||
]; | ||
address: ""; | ||
}): { | ||
data: string; | ||
}; | ||
}; | ||
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 staking; | ||
mimo: Mimo; | ||
staking: Staking; | ||
}; | ||
@@ -34,6 +33,2 @@ export type ModuleType = typeof modules; | ||
declare namespace staking { | ||
export { callContract, getBuckets }; | ||
} | ||
export {}; |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "v0.0.2", | ||
"version": "v0.0.3", | ||
"main": "dist/index.js", | ||
@@ -17,3 +17,5 @@ "types": "dist/index.d.ts", | ||
"peerDependencies": {}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"reflect-metadata": "^0.2.2" | ||
}, | ||
"devDependencies": { | ||
@@ -20,0 +22,0 @@ "@dappworks/kit": "^0.4.100", |
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
1650
1
32
+ Addedreflect-metadata@^0.2.2
+ Addedreflect-metadata@0.2.2(transitive)