@sentio/api 1.0.3-rc.13 → 1.0.3-rc.14
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/src/types.gen.d.ts +0 -6
- package/package.json +1 -1
- package/src/types.gen.ts +0 -6
package/dist/src/types.gen.d.ts
CHANGED
|
@@ -2290,12 +2290,6 @@ export declare namespace solidity_service {
|
|
|
2290
2290
|
error?: string;
|
|
2291
2291
|
reason?: string;
|
|
2292
2292
|
};
|
|
2293
|
-
type FetchAndCompileInternalResponse = {
|
|
2294
|
-
compiledAddresses?: Array<string>;
|
|
2295
|
-
failures?: {
|
|
2296
|
-
[key: string]: Failure;
|
|
2297
|
-
};
|
|
2298
|
-
};
|
|
2299
2293
|
type Fork = {
|
|
2300
2294
|
id?: string;
|
|
2301
2295
|
type?: ForkType;
|
package/package.json
CHANGED
package/src/types.gen.ts
CHANGED
|
@@ -2302,12 +2302,6 @@ export namespace solidity_service {
|
|
|
2302
2302
|
error?: string;
|
|
2303
2303
|
reason?: string;
|
|
2304
2304
|
};
|
|
2305
|
-
export type FetchAndCompileInternalResponse = {
|
|
2306
|
-
compiledAddresses?: Array<string>;
|
|
2307
|
-
failures?: {
|
|
2308
|
-
[key: string]: Failure;
|
|
2309
|
-
};
|
|
2310
|
-
};
|
|
2311
2305
|
export type Fork = {
|
|
2312
2306
|
id?: string;
|
|
2313
2307
|
type?: ForkType;
|