File tree 3 files changed +0
-40
lines changed
3 files changed +0
-40
lines changed Original file line number Diff line number Diff line change 5067
5067
"type" : "string"
5068
5068
}
5069
5069
}
5070
- };
5071
- defs["solidity_service.FetchAndCompileInternalResponse"] = {
5072
- "type" : "object",
5073
- "properties" : {
5074
- "compiledAddresses" : {
5075
- "type" : "array",
5076
- "items" : {
5077
- "type" : "string"
5078
- }
5079
- },
5080
- "failures" : {
5081
- "type" : "object",
5082
- "additionalProperties" : {
5083
- "$ref" : "#/components/schemas/solidity_service.Failure"
5084
- }
5085
- }
5086
- }
5087
5070
};
5088
5071
defs["solidity_service.Fork"] = {
5089
5072
"type" : "object",
Original file line number Diff line number Diff line change 7472
7472
}
7473
7473
}
7474
7474
},
7475
- "solidity_service.FetchAndCompileInternalResponse" : {
7476
- "type" : " object" ,
7477
- "properties" : {
7478
- "compiledAddresses" : {
7479
- "type" : " array" ,
7480
- "items" : {
7481
- "type" : " string"
7482
- }
7483
- },
7484
- "failures" : {
7485
- "type" : " object" ,
7486
- "additionalProperties" : {
7487
- "$ref" : " #/definitions/solidity_service.Failure"
7488
- }
7489
- }
7490
- }
7491
- },
7492
7475
"solidity_service.Fork" : {
7493
7476
"type" : " object" ,
7494
7477
"properties" : {
Original file line number Diff line number Diff line change @@ -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 ;
You can’t perform that action at this time.
0 commit comments