@sentio/api 1.0.2-rc.24 → 1.0.2-rc.26
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/models/SolidityServiceSolidityAPIServiceSimulateTransactionBody.d.ts +0 -7
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBody.js +0 -5
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBody.js.map +1 -1
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.d.ts +0 -7
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.js +0 -5
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.js.map +1 -1
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.d.ts +0 -7
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.js +0 -5
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.js.map +1 -1
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.d.ts +0 -7
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.js +0 -5
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.js.map +1 -1
- package/dist/src/models/index.d.ts +0 -3
- package/dist/src/models/index.js +0 -3
- package/dist/src/models/index.js.map +1 -1
- package/package.json +1 -1
- package/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBody.ts +0 -16
- package/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.ts +0 -16
- package/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.ts +0 -16
- package/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.ts +0 -16
- package/src/models/index.ts +0 -3
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.d.ts +0 -32
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js +0 -42
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js.map +0 -1
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.d.ts +0 -32
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js +0 -42
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js.map +0 -1
- package/dist/src/models/SolidityServiceTxIdentifier.d.ts +0 -44
- package/dist/src/models/SolidityServiceTxIdentifier.js +0 -46
- package/dist/src/models/SolidityServiceTxIdentifier.js.map +0 -1
- package/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.ts +0 -65
- package/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.ts +0 -65
- package/src/models/SolidityServiceTxIdentifier.ts +0 -81
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec } from './SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js';
|
|
13
12
|
import type { SolidityServiceSimulation } from './SolidityServiceSimulation.js';
|
|
14
13
|
/**
|
|
15
14
|
*
|
|
@@ -17,12 +16,6 @@ import type { SolidityServiceSimulation } from './SolidityServiceSimulation.js';
|
|
|
17
16
|
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionBody
|
|
18
17
|
*/
|
|
19
18
|
export interface SolidityServiceSolidityAPIServiceSimulateTransactionBody {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec}
|
|
23
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionBody
|
|
24
|
-
*/
|
|
25
|
-
chainSpec: SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec;
|
|
26
19
|
/**
|
|
27
20
|
*
|
|
28
21
|
* @type {SolidityServiceSimulation}
|
|
@@ -11,14 +11,11 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
import { SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSON, SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSON, } from './SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js';
|
|
15
14
|
import { SolidityServiceSimulationFromJSON, SolidityServiceSimulationToJSON, } from './SolidityServiceSimulation.js';
|
|
16
15
|
/**
|
|
17
16
|
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBody interface.
|
|
18
17
|
*/
|
|
19
18
|
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBody(value) {
|
|
20
|
-
if (!('chainSpec' in value) || value['chainSpec'] === undefined)
|
|
21
|
-
return false;
|
|
22
19
|
if (!('simulation' in value) || value['simulation'] === undefined)
|
|
23
20
|
return false;
|
|
24
21
|
return true;
|
|
@@ -31,7 +28,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyFromJSON
|
|
|
31
28
|
return json;
|
|
32
29
|
}
|
|
33
30
|
return {
|
|
34
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSON(json['chainSpec']),
|
|
35
31
|
'simulation': SolidityServiceSimulationFromJSON(json['simulation']),
|
|
36
32
|
};
|
|
37
33
|
}
|
|
@@ -43,7 +39,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyToJSONTy
|
|
|
43
39
|
return value;
|
|
44
40
|
}
|
|
45
41
|
return {
|
|
46
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSON(value['chainSpec']),
|
|
47
42
|
'simulation': SolidityServiceSimulationToJSON(value['simulation']),
|
|
48
43
|
};
|
|
49
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidityServiceSolidityAPIServiceSimulateTransactionBody.js","sourceRoot":"","sources":["../../../src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBody.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,
|
|
1
|
+
{"version":3,"file":"SolidityServiceSolidityAPIServiceSimulateTransactionBody.js","sourceRoot":"","sources":["../../../src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBody.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,iCAAiC,EAEjC,+BAA+B,GAElC,MAAM,gCAAgC,CAAC;AAgBxC;;GAEG;AACH,MAAM,UAAU,kEAAkE,CAAC,KAAa;IAC5F,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,gEAAgE,CAAC,IAAS;IACtF,OAAO,qEAAqE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9F,CAAC;AAED,MAAM,UAAU,qEAAqE,CAAC,IAAS,EAAE,mBAA4B;IACzH,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,YAAY,EAAE,iCAAiC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACtE,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,8DAA8D,CAAC,IAAS;IACpF,OAAO,mEAAmE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5F,CAAC;AAED,MAAM,UAAU,mEAAmE,CAAC,KAAuE,EAAE,sBAA+B,KAAK;IAC/L,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,YAAY,EAAE,+BAA+B,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACrE,CAAC;AACN,CAAC"}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec } from './SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js';
|
|
13
12
|
import type { SolidityServiceSimulation } from './SolidityServiceSimulation.js';
|
|
14
13
|
/**
|
|
15
14
|
*
|
|
@@ -17,12 +16,6 @@ import type { SolidityServiceSimulation } from './SolidityServiceSimulation.js';
|
|
|
17
16
|
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody
|
|
18
17
|
*/
|
|
19
18
|
export interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec}
|
|
23
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody
|
|
24
|
-
*/
|
|
25
|
-
chainSpec: SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec;
|
|
26
19
|
/**
|
|
27
20
|
* For blockNumber, transactionIndex, networkId, stateOverrides and blockOverrides fields, only the first simulation takes effect.
|
|
28
21
|
* @type {Array<SolidityServiceSimulation>}
|
|
@@ -11,14 +11,11 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
import { SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSON, SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSON, } from './SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js';
|
|
15
14
|
import { SolidityServiceSimulationFromJSON, SolidityServiceSimulationToJSON, } from './SolidityServiceSimulation.js';
|
|
16
15
|
/**
|
|
17
16
|
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody interface.
|
|
18
17
|
*/
|
|
19
18
|
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBundleBody(value) {
|
|
20
|
-
if (!('chainSpec' in value) || value['chainSpec'] === undefined)
|
|
21
|
-
return false;
|
|
22
19
|
if (!('simulations' in value) || value['simulations'] === undefined)
|
|
23
20
|
return false;
|
|
24
21
|
return true;
|
|
@@ -31,7 +28,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleBodyFr
|
|
|
31
28
|
return json;
|
|
32
29
|
}
|
|
33
30
|
return {
|
|
34
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSON(json['chainSpec']),
|
|
35
31
|
'simulations': (json['simulations'].map(SolidityServiceSimulationFromJSON)),
|
|
36
32
|
};
|
|
37
33
|
}
|
|
@@ -43,7 +39,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleBodyTo
|
|
|
43
39
|
return value;
|
|
44
40
|
}
|
|
45
41
|
return {
|
|
46
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSON(value['chainSpec']),
|
|
47
42
|
'simulations': (value['simulations'].map(SolidityServiceSimulationToJSON)),
|
|
48
43
|
};
|
|
49
44
|
}
|
package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.js","sourceRoot":"","sources":["../../../src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,
|
|
1
|
+
{"version":3,"file":"SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.js","sourceRoot":"","sources":["../../../src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,iCAAiC,EAEjC,+BAA+B,GAElC,MAAM,gCAAgC,CAAC;AAgBxC;;GAEG;AACH,MAAM,UAAU,wEAAwE,CAAC,KAAa;IAClG,IAAI,CAAC,CAAC,aAAa,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,aAAa,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAClF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,sEAAsE,CAAC,IAAS;IAC5F,OAAO,2EAA2E,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpG,CAAC;AAED,MAAM,UAAU,2EAA2E,CAAC,IAAS,EAAE,mBAA4B;IAC/H,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,aAAa,EAAE,CAAE,IAAI,CAAC,aAAa,CAAgB,CAAC,GAAG,CAAC,iCAAiC,CAAC,CAAC;KAC9F,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,oEAAoE,CAAC,IAAS;IAC1F,OAAO,yEAAyE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClG,CAAC;AAED,MAAM,UAAU,yEAAyE,CAAC,KAA6E,EAAE,sBAA+B,KAAK;IAC3M,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,aAAa,EAAE,CAAE,KAAK,CAAC,aAAa,CAAgB,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;KAC7F,CAAC;AACN,CAAC"}
|
package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.d.ts
CHANGED
|
@@ -10,19 +10,12 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { SolidityServiceSimulation } from './SolidityServiceSimulation.js';
|
|
13
|
-
import type { SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec } from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js';
|
|
14
13
|
/**
|
|
15
14
|
*
|
|
16
15
|
* @export
|
|
17
16
|
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody
|
|
18
17
|
*/
|
|
19
18
|
export interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec}
|
|
23
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody
|
|
24
|
-
*/
|
|
25
|
-
chainSpec: SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec;
|
|
26
19
|
/**
|
|
27
20
|
* For blockNumber, transactionIndex, networkId, stateOverrides and blockOverrides fields, only the first simulation takes effect.
|
|
28
21
|
* @type {Array<SolidityServiceSimulation>}
|
package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.js
CHANGED
|
@@ -12,13 +12,10 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { SolidityServiceSimulationFromJSON, SolidityServiceSimulationToJSON, } from './SolidityServiceSimulation.js';
|
|
15
|
-
import { SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSON, SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSON, } from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js';
|
|
16
15
|
/**
|
|
17
16
|
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody interface.
|
|
18
17
|
*/
|
|
19
18
|
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody(value) {
|
|
20
|
-
if (!('chainSpec' in value) || value['chainSpec'] === undefined)
|
|
21
|
-
return false;
|
|
22
19
|
if (!('simulations' in value) || value['simulations'] === undefined)
|
|
23
20
|
return false;
|
|
24
21
|
return true;
|
|
@@ -31,7 +28,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByFork
|
|
|
31
28
|
return json;
|
|
32
29
|
}
|
|
33
30
|
return {
|
|
34
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSON(json['chainSpec']),
|
|
35
31
|
'simulations': (json['simulations'].map(SolidityServiceSimulationFromJSON)),
|
|
36
32
|
};
|
|
37
33
|
}
|
|
@@ -43,7 +39,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByFork
|
|
|
43
39
|
return value;
|
|
44
40
|
}
|
|
45
41
|
return {
|
|
46
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSON(value['chainSpec']),
|
|
47
42
|
'simulations': (value['simulations'].map(SolidityServiceSimulationToJSON)),
|
|
48
43
|
};
|
|
49
44
|
}
|
package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.js","sourceRoot":"","sources":["../../../src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,iCAAiC,EAEjC,+BAA+B,GAElC,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.js","sourceRoot":"","sources":["../../../src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,iCAAiC,EAEjC,+BAA+B,GAElC,MAAM,gCAAgC,CAAC;AAgBxC;;GAEG;AACH,MAAM,UAAU,8EAA8E,CAAC,KAAa;IACxG,IAAI,CAAC,CAAC,aAAa,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,aAAa,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAClF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,4EAA4E,CAAC,IAAS;IAClG,OAAO,iFAAiF,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1G,CAAC;AAED,MAAM,UAAU,iFAAiF,CAAC,IAAS,EAAE,mBAA4B;IACrI,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,aAAa,EAAE,CAAE,IAAI,CAAC,aAAa,CAAgB,CAAC,GAAG,CAAC,iCAAiC,CAAC,CAAC;KAC9F,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,0EAA0E,CAAC,IAAS;IAChG,OAAO,+EAA+E,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxG,CAAC;AAED,MAAM,UAAU,+EAA+E,CAAC,KAAmF,EAAE,sBAA+B,KAAK;IACvN,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,aAAa,EAAE,CAAE,KAAK,CAAC,aAAa,CAAgB,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;KAC7F,CAAC;AACN,CAAC"}
|
|
@@ -10,19 +10,12 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { SolidityServiceSimulation } from './SolidityServiceSimulation.js';
|
|
13
|
-
import type { SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec } from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js';
|
|
14
13
|
/**
|
|
15
14
|
*
|
|
16
15
|
* @export
|
|
17
16
|
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody
|
|
18
17
|
*/
|
|
19
18
|
export interface SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec}
|
|
23
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody
|
|
24
|
-
*/
|
|
25
|
-
chainSpec: SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec;
|
|
26
19
|
/**
|
|
27
20
|
*
|
|
28
21
|
* @type {SolidityServiceSimulation}
|
|
@@ -12,13 +12,10 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { SolidityServiceSimulationFromJSON, SolidityServiceSimulationToJSON, } from './SolidityServiceSimulation.js';
|
|
15
|
-
import { SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSON, SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSON, } from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js';
|
|
16
15
|
/**
|
|
17
16
|
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody interface.
|
|
18
17
|
*/
|
|
19
18
|
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionByForkBody(value) {
|
|
20
|
-
if (!('chainSpec' in value) || value['chainSpec'] === undefined)
|
|
21
|
-
return false;
|
|
22
19
|
if (!('simulation' in value) || value['simulation'] === undefined)
|
|
23
20
|
return false;
|
|
24
21
|
return true;
|
|
@@ -31,7 +28,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionByForkBodyFr
|
|
|
31
28
|
return json;
|
|
32
29
|
}
|
|
33
30
|
return {
|
|
34
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSON(json['chainSpec']),
|
|
35
31
|
'simulation': SolidityServiceSimulationFromJSON(json['simulation']),
|
|
36
32
|
};
|
|
37
33
|
}
|
|
@@ -43,7 +39,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionByForkBodyTo
|
|
|
43
39
|
return value;
|
|
44
40
|
}
|
|
45
41
|
return {
|
|
46
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSON(value['chainSpec']),
|
|
47
42
|
'simulation': SolidityServiceSimulationToJSON(value['simulation']),
|
|
48
43
|
};
|
|
49
44
|
}
|
package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.js","sourceRoot":"","sources":["../../../src/models/SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,iCAAiC,EAEjC,+BAA+B,GAElC,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.js","sourceRoot":"","sources":["../../../src/models/SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,iCAAiC,EAEjC,+BAA+B,GAElC,MAAM,gCAAgC,CAAC;AAgBxC;;GAEG;AACH,MAAM,UAAU,wEAAwE,CAAC,KAAa;IAClG,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,sEAAsE,CAAC,IAAS;IAC5F,OAAO,2EAA2E,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpG,CAAC;AAED,MAAM,UAAU,2EAA2E,CAAC,IAAS,EAAE,mBAA4B;IAC/H,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,YAAY,EAAE,iCAAiC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACtE,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,oEAAoE,CAAC,IAAS;IAC1F,OAAO,yEAAyE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClG,CAAC;AAED,MAAM,UAAU,yEAAyE,CAAC,KAA6E,EAAE,sBAA+B,KAAK;IAC3M,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,YAAY,EAAE,+BAA+B,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACrE,CAAC;AACN,CAAC"}
|
|
@@ -170,10 +170,8 @@ export * from './SolidityServiceSimulateTransactionResponse.js';
|
|
|
170
170
|
export * from './SolidityServiceSimulation.js';
|
|
171
171
|
export * from './SolidityServiceSimulationResult.js';
|
|
172
172
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBody.js';
|
|
173
|
-
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js';
|
|
174
173
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.js';
|
|
175
174
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.js';
|
|
176
|
-
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js';
|
|
177
175
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.js';
|
|
178
176
|
export * from './SolidityServiceSourceFetcherType.js';
|
|
179
177
|
export * from './SolidityServiceSourceInfo.js';
|
|
@@ -182,7 +180,6 @@ export * from './SolidityServiceSourceSpec.js';
|
|
|
182
180
|
export * from './SolidityServiceSpecializations.js';
|
|
183
181
|
export * from './SolidityServiceStateOverride.js';
|
|
184
182
|
export * from './SolidityServiceStorageSummaryResult.js';
|
|
185
|
-
export * from './SolidityServiceTxIdentifier.js';
|
|
186
183
|
export * from './SolidityServiceUpdateForkResponse.js';
|
|
187
184
|
export * from './TxindexEvmRawTransaction.js';
|
|
188
185
|
export * from './TxindexEvmSearchTransactionsResponse.js';
|
package/dist/src/models/index.js
CHANGED
|
@@ -172,10 +172,8 @@ export * from './SolidityServiceSimulateTransactionResponse.js';
|
|
|
172
172
|
export * from './SolidityServiceSimulation.js';
|
|
173
173
|
export * from './SolidityServiceSimulationResult.js';
|
|
174
174
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBody.js';
|
|
175
|
-
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js';
|
|
176
175
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.js';
|
|
177
176
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.js';
|
|
178
|
-
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js';
|
|
179
177
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.js';
|
|
180
178
|
export * from './SolidityServiceSourceFetcherType.js';
|
|
181
179
|
export * from './SolidityServiceSourceInfo.js';
|
|
@@ -184,7 +182,6 @@ export * from './SolidityServiceSourceSpec.js';
|
|
|
184
182
|
export * from './SolidityServiceSpecializations.js';
|
|
185
183
|
export * from './SolidityServiceStateOverride.js';
|
|
186
184
|
export * from './SolidityServiceStorageSummaryResult.js';
|
|
187
|
-
export * from './SolidityServiceTxIdentifier.js';
|
|
188
185
|
export * from './SolidityServiceUpdateForkResponse.js';
|
|
189
186
|
export * from './TxindexEvmRawTransaction.js';
|
|
190
187
|
export * from './TxindexEvmSearchTransactionsResponse.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,cAAc,mDAAmD,CAAC;AAClE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,yCAAyC,CAAC;AACxD,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sBAAsB,CAAC;AACrC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qCAAqC,CAAC;AACpD,cAAc,wDAAwD,CAAC;AACvE,cAAc,uEAAuE,CAAC;AACtF,cAAc,iDAAiD,CAAC;AAChE,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oCAAoC,CAAC;AACnD,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mCAAmC,CAAC;AAClD,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yCAAyC,CAAC;AACxD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yCAAyC,CAAC;AACxD,cAAc,4DAA4D,CAAC;AAC3E,cAAc,2EAA2E,CAAC;AAC1F,cAAc,oDAAoD,CAAC;AACnE,cAAc,sCAAsC,CAAC;AACrD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,mDAAmD,CAAC;AAClE,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kDAAkD,CAAC;AACjE,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,yCAAyC,CAAC;AACxD,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0CAA0C,CAAC;AACzD,cAAc,mCAAmC,CAAC;AAClD,cAAc,yCAAyC,CAAC;AACxD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kDAAkD,CAAC;AACjE,cAAc,uDAAuD,CAAC;AACtE,cAAc,uCAAuC,CAAC;AACtD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,kDAAkD,CAAC;AACjE,cAAc,uDAAuD,CAAC;AACtE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,oDAAoD,CAAC;AACnE,cAAc,yBAAyB,CAAC;AACxC,cAAc,0CAA0C,CAAC;AACzD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,mDAAmD,CAAC;AAClE,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,wCAAwC,CAAC;AACvD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qDAAqD,CAAC;AACpE,cAAc,0BAA0B,CAAC;AACzC,cAAc,+CAA+C,CAAC;AAC9D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yCAAyC,CAAC;AACxD,cAAc,qCAAqC,CAAC;AACpD,cAAc,iDAAiD,CAAC;AAChE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,uDAAuD,CAAC;AACtE,cAAc,uDAAuD,CAAC;AACtE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,kDAAkD,CAAC;AACjE,cAAc,yDAAyD,CAAC;AACxE,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2DAA2D,CAAC;AAC1E,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uDAAuD,CAAC;AACtE,cAAc,iDAAiD,CAAC;AAChE,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sCAAsC,CAAC;AACrD,cAAc,+DAA+D,CAAC;AAC9E,cAAc,qEAAqE,CAAC;AACpF,cAAc,2EAA2E,CAAC;AAC1F,cAAc,qEAAqE,CAAC;AACpF,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0CAA0C,CAAC;AACzD,cAAc,uCAAuC,CAAC;AACtD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uCAAuC,CAAC;AACtD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uCAAuC,CAAC;AACtD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,0CAA0C,CAAC;AACzD,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,0BAA0B,CAAC;AACzC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iDAAiD,CAAC;AAChE,cAAc,wCAAwC,CAAC;AACvD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC"}
|
package/package.json
CHANGED
|
@@ -13,13 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime.js';
|
|
16
|
-
import type { SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec } from './SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js';
|
|
17
|
-
import {
|
|
18
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSON,
|
|
19
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSONTyped,
|
|
20
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSON,
|
|
21
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSONTyped,
|
|
22
|
-
} from './SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js';
|
|
23
16
|
import type { SolidityServiceSimulation } from './SolidityServiceSimulation.js';
|
|
24
17
|
import {
|
|
25
18
|
SolidityServiceSimulationFromJSON,
|
|
@@ -34,12 +27,6 @@ import {
|
|
|
34
27
|
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionBody
|
|
35
28
|
*/
|
|
36
29
|
export interface SolidityServiceSolidityAPIServiceSimulateTransactionBody {
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec}
|
|
40
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionBody
|
|
41
|
-
*/
|
|
42
|
-
chainSpec: SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec;
|
|
43
30
|
/**
|
|
44
31
|
*
|
|
45
32
|
* @type {SolidityServiceSimulation}
|
|
@@ -52,7 +39,6 @@ export interface SolidityServiceSolidityAPIServiceSimulateTransactionBody {
|
|
|
52
39
|
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBody interface.
|
|
53
40
|
*/
|
|
54
41
|
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBody(value: object): value is SolidityServiceSolidityAPIServiceSimulateTransactionBody {
|
|
55
|
-
if (!('chainSpec' in value) || value['chainSpec'] === undefined) return false;
|
|
56
42
|
if (!('simulation' in value) || value['simulation'] === undefined) return false;
|
|
57
43
|
return true;
|
|
58
44
|
}
|
|
@@ -67,7 +53,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyFromJSON
|
|
|
67
53
|
}
|
|
68
54
|
return {
|
|
69
55
|
|
|
70
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSON(json['chainSpec']),
|
|
71
56
|
'simulation': SolidityServiceSimulationFromJSON(json['simulation']),
|
|
72
57
|
};
|
|
73
58
|
}
|
|
@@ -83,7 +68,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyFromJSON
|
|
|
83
68
|
|
|
84
69
|
return {
|
|
85
70
|
|
|
86
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSON(value['chainSpec']),
|
|
87
71
|
'simulation': SolidityServiceSimulationToJSON(value['simulation']),
|
|
88
72
|
};
|
|
89
73
|
}
|
|
@@ -13,13 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime.js';
|
|
16
|
-
import type { SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec } from './SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js';
|
|
17
|
-
import {
|
|
18
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSON,
|
|
19
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSONTyped,
|
|
20
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSON,
|
|
21
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSONTyped,
|
|
22
|
-
} from './SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js';
|
|
23
16
|
import type { SolidityServiceSimulation } from './SolidityServiceSimulation.js';
|
|
24
17
|
import {
|
|
25
18
|
SolidityServiceSimulationFromJSON,
|
|
@@ -34,12 +27,6 @@ import {
|
|
|
34
27
|
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody
|
|
35
28
|
*/
|
|
36
29
|
export interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody {
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec}
|
|
40
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody
|
|
41
|
-
*/
|
|
42
|
-
chainSpec: SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec;
|
|
43
30
|
/**
|
|
44
31
|
* For blockNumber, transactionIndex, networkId, stateOverrides and blockOverrides fields, only the first simulation takes effect.
|
|
45
32
|
* @type {Array<SolidityServiceSimulation>}
|
|
@@ -52,7 +39,6 @@ export interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody
|
|
|
52
39
|
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody interface.
|
|
53
40
|
*/
|
|
54
41
|
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBundleBody(value: object): value is SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody {
|
|
55
|
-
if (!('chainSpec' in value) || value['chainSpec'] === undefined) return false;
|
|
56
42
|
if (!('simulations' in value) || value['simulations'] === undefined) return false;
|
|
57
43
|
return true;
|
|
58
44
|
}
|
|
@@ -67,7 +53,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleBodyFr
|
|
|
67
53
|
}
|
|
68
54
|
return {
|
|
69
55
|
|
|
70
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSON(json['chainSpec']),
|
|
71
56
|
'simulations': ((json['simulations'] as Array<any>).map(SolidityServiceSimulationFromJSON)),
|
|
72
57
|
};
|
|
73
58
|
}
|
|
@@ -83,7 +68,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleBodyFr
|
|
|
83
68
|
|
|
84
69
|
return {
|
|
85
70
|
|
|
86
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSON(value['chainSpec']),
|
|
87
71
|
'simulations': ((value['simulations'] as Array<any>).map(SolidityServiceSimulationToJSON)),
|
|
88
72
|
};
|
|
89
73
|
}
|
|
@@ -20,13 +20,6 @@ import {
|
|
|
20
20
|
SolidityServiceSimulationToJSON,
|
|
21
21
|
SolidityServiceSimulationToJSONTyped,
|
|
22
22
|
} from './SolidityServiceSimulation.js';
|
|
23
|
-
import type { SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec } from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js';
|
|
24
|
-
import {
|
|
25
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSON,
|
|
26
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSONTyped,
|
|
27
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSON,
|
|
28
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSONTyped,
|
|
29
|
-
} from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js';
|
|
30
23
|
|
|
31
24
|
/**
|
|
32
25
|
*
|
|
@@ -34,12 +27,6 @@ import {
|
|
|
34
27
|
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody
|
|
35
28
|
*/
|
|
36
29
|
export interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody {
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec}
|
|
40
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody
|
|
41
|
-
*/
|
|
42
|
-
chainSpec: SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec;
|
|
43
30
|
/**
|
|
44
31
|
* For blockNumber, transactionIndex, networkId, stateOverrides and blockOverrides fields, only the first simulation takes effect.
|
|
45
32
|
* @type {Array<SolidityServiceSimulation>}
|
|
@@ -52,7 +39,6 @@ export interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleByFor
|
|
|
52
39
|
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody interface.
|
|
53
40
|
*/
|
|
54
41
|
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody(value: object): value is SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody {
|
|
55
|
-
if (!('chainSpec' in value) || value['chainSpec'] === undefined) return false;
|
|
56
42
|
if (!('simulations' in value) || value['simulations'] === undefined) return false;
|
|
57
43
|
return true;
|
|
58
44
|
}
|
|
@@ -67,7 +53,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByFork
|
|
|
67
53
|
}
|
|
68
54
|
return {
|
|
69
55
|
|
|
70
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSON(json['chainSpec']),
|
|
71
56
|
'simulations': ((json['simulations'] as Array<any>).map(SolidityServiceSimulationFromJSON)),
|
|
72
57
|
};
|
|
73
58
|
}
|
|
@@ -83,7 +68,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByFork
|
|
|
83
68
|
|
|
84
69
|
return {
|
|
85
70
|
|
|
86
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSON(value['chainSpec']),
|
|
87
71
|
'simulations': ((value['simulations'] as Array<any>).map(SolidityServiceSimulationToJSON)),
|
|
88
72
|
};
|
|
89
73
|
}
|
|
@@ -20,13 +20,6 @@ import {
|
|
|
20
20
|
SolidityServiceSimulationToJSON,
|
|
21
21
|
SolidityServiceSimulationToJSONTyped,
|
|
22
22
|
} from './SolidityServiceSimulation.js';
|
|
23
|
-
import type { SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec } from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js';
|
|
24
|
-
import {
|
|
25
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSON,
|
|
26
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSONTyped,
|
|
27
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSON,
|
|
28
|
-
SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSONTyped,
|
|
29
|
-
} from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js';
|
|
30
23
|
|
|
31
24
|
/**
|
|
32
25
|
*
|
|
@@ -34,12 +27,6 @@ import {
|
|
|
34
27
|
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody
|
|
35
28
|
*/
|
|
36
29
|
export interface SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody {
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec}
|
|
40
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody
|
|
41
|
-
*/
|
|
42
|
-
chainSpec: SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec;
|
|
43
30
|
/**
|
|
44
31
|
*
|
|
45
32
|
* @type {SolidityServiceSimulation}
|
|
@@ -52,7 +39,6 @@ export interface SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody
|
|
|
52
39
|
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody interface.
|
|
53
40
|
*/
|
|
54
41
|
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionByForkBody(value: object): value is SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody {
|
|
55
|
-
if (!('chainSpec' in value) || value['chainSpec'] === undefined) return false;
|
|
56
42
|
if (!('simulation' in value) || value['simulation'] === undefined) return false;
|
|
57
43
|
return true;
|
|
58
44
|
}
|
|
@@ -67,7 +53,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionByForkBodyFr
|
|
|
67
53
|
}
|
|
68
54
|
return {
|
|
69
55
|
|
|
70
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSON(json['chainSpec']),
|
|
71
56
|
'simulation': SolidityServiceSimulationFromJSON(json['simulation']),
|
|
72
57
|
};
|
|
73
58
|
}
|
|
@@ -83,7 +68,6 @@ export function SolidityServiceSolidityAPIServiceSimulateTransactionByForkBodyFr
|
|
|
83
68
|
|
|
84
69
|
return {
|
|
85
70
|
|
|
86
|
-
'chainSpec': SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSON(value['chainSpec']),
|
|
87
71
|
'simulation': SolidityServiceSimulationToJSON(value['simulation']),
|
|
88
72
|
};
|
|
89
73
|
}
|
package/src/models/index.ts
CHANGED
|
@@ -172,10 +172,8 @@ export * from './SolidityServiceSimulateTransactionResponse.js';
|
|
|
172
172
|
export * from './SolidityServiceSimulation.js';
|
|
173
173
|
export * from './SolidityServiceSimulationResult.js';
|
|
174
174
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBody.js';
|
|
175
|
-
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js';
|
|
176
175
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.js';
|
|
177
176
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBody.js';
|
|
178
|
-
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js';
|
|
179
177
|
export * from './SolidityServiceSolidityAPIServiceSimulateTransactionByForkBody.js';
|
|
180
178
|
export * from './SolidityServiceSourceFetcherType.js';
|
|
181
179
|
export * from './SolidityServiceSourceInfo.js';
|
|
@@ -184,7 +182,6 @@ export * from './SolidityServiceSourceSpec.js';
|
|
|
184
182
|
export * from './SolidityServiceSpecializations.js';
|
|
185
183
|
export * from './SolidityServiceStateOverride.js';
|
|
186
184
|
export * from './SolidityServiceStorageSummaryResult.js';
|
|
187
|
-
export * from './SolidityServiceTxIdentifier.js';
|
|
188
185
|
export * from './SolidityServiceUpdateForkResponse.js';
|
|
189
186
|
export * from './TxindexEvmRawTransaction.js';
|
|
190
187
|
export * from './TxindexEvmSearchTransactionsResponse.js';
|
package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.d.ts
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sentio API
|
|
3
|
-
* Sentio Open API for query data
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: version not set
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec
|
|
16
|
-
*/
|
|
17
|
-
export interface SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec
|
|
22
|
-
*/
|
|
23
|
-
forkId?: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec(value: object): value is SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec;
|
|
29
|
-
export declare function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSON(json: any): SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec;
|
|
30
|
-
export declare function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSONTyped(json: any, ignoreDiscriminator: boolean): SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec;
|
|
31
|
-
export declare function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSON(json: any): SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec;
|
|
32
|
-
export declare function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSONTyped(value?: SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec | null, ignoreDiscriminator?: boolean): any;
|
package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sentio API
|
|
5
|
-
* Sentio Open API for query data
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: version not set
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec(value) {
|
|
18
|
-
return true;
|
|
19
|
-
}
|
|
20
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSON(json) {
|
|
21
|
-
return SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSONTyped(json, false);
|
|
22
|
-
}
|
|
23
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
if (json == null) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {
|
|
28
|
-
'forkId': json['forkId'] == null ? undefined : json['forkId'],
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSON(json) {
|
|
32
|
-
return SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSONTyped(json, false);
|
|
33
|
-
}
|
|
34
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
-
if (value == null) {
|
|
36
|
-
return value;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
'forkId': value['forkId'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
//# sourceMappingURL=SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js.map
|
package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js","sourceRoot":"","sources":["../../../src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAiBH;;GAEG;AACH,MAAM,UAAU,2EAA2E,CAAC,KAAa;IACrG,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,yEAAyE,CAAC,IAAS;IAC/F,OAAO,8EAA8E,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvG,CAAC;AAED,MAAM,UAAU,8EAA8E,CAAC,IAAS,EAAE,mBAA4B;IAClI,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;KAChE,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,uEAAuE,CAAC,IAAS;IAC7F,OAAO,4EAA4E,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrG,CAAC;AAED,MAAM,UAAU,4EAA4E,CAAC,KAAgF,EAAE,sBAA+B,KAAK;IACjN,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;KAC5B,CAAC;AACN,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sentio API
|
|
3
|
-
* Sentio Open API for query data
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: version not set
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec
|
|
16
|
-
*/
|
|
17
|
-
export interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec
|
|
22
|
-
*/
|
|
23
|
-
chainId?: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec(value: object): value is SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec;
|
|
29
|
-
export declare function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSON(json: any): SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec;
|
|
30
|
-
export declare function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSONTyped(json: any, ignoreDiscriminator: boolean): SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec;
|
|
31
|
-
export declare function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSON(json: any): SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec;
|
|
32
|
-
export declare function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSONTyped(value?: SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sentio API
|
|
5
|
-
* Sentio Open API for query data
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: version not set
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec(value) {
|
|
18
|
-
return true;
|
|
19
|
-
}
|
|
20
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSON(json) {
|
|
21
|
-
return SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSONTyped(json, false);
|
|
22
|
-
}
|
|
23
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
if (json == null) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {
|
|
28
|
-
'chainId': json['chainId'] == null ? undefined : json['chainId'],
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSON(json) {
|
|
32
|
-
return SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSONTyped(json, false);
|
|
33
|
-
}
|
|
34
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
-
if (value == null) {
|
|
36
|
-
return value;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
'chainId': value['chainId'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
//# sourceMappingURL=SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.js","sourceRoot":"","sources":["../../../src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAiBH;;GAEG;AACH,MAAM,UAAU,uFAAuF,CAAC,KAAa;IACjH,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,qFAAqF,CAAC,IAAS;IAC3G,OAAO,0FAA0F,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnH,CAAC;AAED,MAAM,UAAU,0FAA0F,CAAC,IAAS,EAAE,mBAA4B;IAC9I,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;KACnE,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,mFAAmF,CAAC,IAAS;IACzG,OAAO,wFAAwF,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjH,CAAC;AAED,MAAM,UAAU,wFAAwF,CAAC,KAA4F,EAAE,sBAA+B,KAAK;IACzO,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;KAC9B,CAAC;AACN,CAAC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sentio API
|
|
3
|
-
* Sentio Open API for query data
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: version not set
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SolidityServiceTxIdentifier
|
|
16
|
-
*/
|
|
17
|
-
export interface SolidityServiceTxIdentifier {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SolidityServiceTxIdentifier
|
|
22
|
-
*/
|
|
23
|
-
txHash?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SolidityServiceTxIdentifier
|
|
28
|
-
*/
|
|
29
|
-
simulationId?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SolidityServiceTxIdentifier
|
|
34
|
-
*/
|
|
35
|
-
bundleId?: string;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Check if a given object implements the SolidityServiceTxIdentifier interface.
|
|
39
|
-
*/
|
|
40
|
-
export declare function instanceOfSolidityServiceTxIdentifier(value: object): value is SolidityServiceTxIdentifier;
|
|
41
|
-
export declare function SolidityServiceTxIdentifierFromJSON(json: any): SolidityServiceTxIdentifier;
|
|
42
|
-
export declare function SolidityServiceTxIdentifierFromJSONTyped(json: any, ignoreDiscriminator: boolean): SolidityServiceTxIdentifier;
|
|
43
|
-
export declare function SolidityServiceTxIdentifierToJSON(json: any): SolidityServiceTxIdentifier;
|
|
44
|
-
export declare function SolidityServiceTxIdentifierToJSONTyped(value?: SolidityServiceTxIdentifier | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sentio API
|
|
5
|
-
* Sentio Open API for query data
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: version not set
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the SolidityServiceTxIdentifier interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfSolidityServiceTxIdentifier(value) {
|
|
18
|
-
return true;
|
|
19
|
-
}
|
|
20
|
-
export function SolidityServiceTxIdentifierFromJSON(json) {
|
|
21
|
-
return SolidityServiceTxIdentifierFromJSONTyped(json, false);
|
|
22
|
-
}
|
|
23
|
-
export function SolidityServiceTxIdentifierFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
if (json == null) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {
|
|
28
|
-
'txHash': json['txHash'] == null ? undefined : json['txHash'],
|
|
29
|
-
'simulationId': json['simulationId'] == null ? undefined : json['simulationId'],
|
|
30
|
-
'bundleId': json['bundleId'] == null ? undefined : json['bundleId'],
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
export function SolidityServiceTxIdentifierToJSON(json) {
|
|
34
|
-
return SolidityServiceTxIdentifierToJSONTyped(json, false);
|
|
35
|
-
}
|
|
36
|
-
export function SolidityServiceTxIdentifierToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
-
if (value == null) {
|
|
38
|
-
return value;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'txHash': value['txHash'],
|
|
42
|
-
'simulationId': value['simulationId'],
|
|
43
|
-
'bundleId': value['bundleId'],
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
//# sourceMappingURL=SolidityServiceTxIdentifier.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidityServiceTxIdentifier.js","sourceRoot":"","sources":["../../../src/models/SolidityServiceTxIdentifier.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AA6BH;;GAEG;AACH,MAAM,UAAU,qCAAqC,CAAC,KAAa;IAC/D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS,EAAE,mBAA4B;IAC5F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QAC/E,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACtE,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,KAA0C,EAAE,sBAA+B,KAAK;IACrI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;QACrC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sentio API
|
|
5
|
-
* Sentio Open API for query data
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: version not set
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { mapValues } from '../runtime.js';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec
|
|
20
|
-
*/
|
|
21
|
-
export interface SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec
|
|
26
|
-
*/
|
|
27
|
-
forkId?: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec interface.
|
|
32
|
-
*/
|
|
33
|
-
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec(value: object): value is SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec {
|
|
34
|
-
return true;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSON(json: any): SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec {
|
|
38
|
-
return SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSONTyped(json, false);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecFromJSONTyped(json: any, ignoreDiscriminator: boolean): SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec {
|
|
42
|
-
if (json == null) {
|
|
43
|
-
return json;
|
|
44
|
-
}
|
|
45
|
-
return {
|
|
46
|
-
|
|
47
|
-
'forkId': json['forkId'] == null ? undefined : json['forkId'],
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSON(json: any): SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec {
|
|
52
|
-
return SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSONTyped(json, false);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpecToJSONTyped(value?: SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec | null, ignoreDiscriminator: boolean = false): any {
|
|
56
|
-
if (value == null) {
|
|
57
|
-
return value;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
return {
|
|
61
|
-
|
|
62
|
-
'forkId': value['forkId'],
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
|
package/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec.ts
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sentio API
|
|
5
|
-
* Sentio Open API for query data
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: version not set
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { mapValues } from '../runtime.js';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec
|
|
20
|
-
*/
|
|
21
|
-
export interface SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec
|
|
26
|
-
*/
|
|
27
|
-
chainId?: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Check if a given object implements the SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec interface.
|
|
32
|
-
*/
|
|
33
|
-
export function instanceOfSolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec(value: object): value is SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec {
|
|
34
|
-
return true;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSON(json: any): SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec {
|
|
38
|
-
return SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSONTyped(json, false);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecFromJSONTyped(json: any, ignoreDiscriminator: boolean): SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec {
|
|
42
|
-
if (json == null) {
|
|
43
|
-
return json;
|
|
44
|
-
}
|
|
45
|
-
return {
|
|
46
|
-
|
|
47
|
-
'chainId': json['chainId'] == null ? undefined : json['chainId'],
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSON(json: any): SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec {
|
|
52
|
-
return SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSONTyped(json, false);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export function SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpecToJSONTyped(value?: SolidityServiceSolidityAPIServiceSimulateTransactionBundleByForkBodyChainSpec | null, ignoreDiscriminator: boolean = false): any {
|
|
56
|
-
if (value == null) {
|
|
57
|
-
return value;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
return {
|
|
61
|
-
|
|
62
|
-
'chainId': value['chainId'],
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sentio API
|
|
5
|
-
* Sentio Open API for query data
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: version not set
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { mapValues } from '../runtime.js';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface SolidityServiceTxIdentifier
|
|
20
|
-
*/
|
|
21
|
-
export interface SolidityServiceTxIdentifier {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof SolidityServiceTxIdentifier
|
|
26
|
-
*/
|
|
27
|
-
txHash?: string;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof SolidityServiceTxIdentifier
|
|
32
|
-
*/
|
|
33
|
-
simulationId?: string;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof SolidityServiceTxIdentifier
|
|
38
|
-
*/
|
|
39
|
-
bundleId?: string;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Check if a given object implements the SolidityServiceTxIdentifier interface.
|
|
44
|
-
*/
|
|
45
|
-
export function instanceOfSolidityServiceTxIdentifier(value: object): value is SolidityServiceTxIdentifier {
|
|
46
|
-
return true;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export function SolidityServiceTxIdentifierFromJSON(json: any): SolidityServiceTxIdentifier {
|
|
50
|
-
return SolidityServiceTxIdentifierFromJSONTyped(json, false);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export function SolidityServiceTxIdentifierFromJSONTyped(json: any, ignoreDiscriminator: boolean): SolidityServiceTxIdentifier {
|
|
54
|
-
if (json == null) {
|
|
55
|
-
return json;
|
|
56
|
-
}
|
|
57
|
-
return {
|
|
58
|
-
|
|
59
|
-
'txHash': json['txHash'] == null ? undefined : json['txHash'],
|
|
60
|
-
'simulationId': json['simulationId'] == null ? undefined : json['simulationId'],
|
|
61
|
-
'bundleId': json['bundleId'] == null ? undefined : json['bundleId'],
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
export function SolidityServiceTxIdentifierToJSON(json: any): SolidityServiceTxIdentifier {
|
|
66
|
-
return SolidityServiceTxIdentifierToJSONTyped(json, false);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
export function SolidityServiceTxIdentifierToJSONTyped(value?: SolidityServiceTxIdentifier | null, ignoreDiscriminator: boolean = false): any {
|
|
70
|
-
if (value == null) {
|
|
71
|
-
return value;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
return {
|
|
75
|
-
|
|
76
|
-
'txHash': value['txHash'],
|
|
77
|
-
'simulationId': value['simulationId'],
|
|
78
|
-
'bundleId': value['bundleId'],
|
|
79
|
-
};
|
|
80
|
-
}
|
|
81
|
-
|