Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iotexproject/kit

Package Overview
Dependencies
Maintainers
0
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iotexproject/kit - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

49

dist/index.d.ts
// 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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc