@iotexproject/kit 0.1.16 → 0.1.17
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 +0 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8591,9 +8591,6 @@ declare const modules$2: {
|
|
|
8591
8591
|
};
|
|
8592
8592
|
export type IotexscanModulesType = typeof modules$2;
|
|
8593
8593
|
declare class Ioid {
|
|
8594
|
-
test(args: {
|
|
8595
|
-
jsonParams: any;
|
|
8596
|
-
}, ctx?: ConfigContext): Promise<any>;
|
|
8597
8594
|
register(args: {
|
|
8598
8595
|
projectName: string;
|
|
8599
8596
|
deviceSignature: `0x${string}`;
|