File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
EthSimulatePayload :
2
2
title : Arguments for multi call
3
+ required :
4
+ - blockStateCalls
3
5
properties :
4
6
blockStateCalls :
5
7
title : Block State Calls
@@ -178,7 +180,6 @@ EthSimulateBlockResultSuccess:
178
180
EthSimulateBlockResultSingleSuccess :
179
181
title : Result of eth_simulate block-level, with array of calls
180
182
type : object
181
- unevaluatedProperties : false
182
183
allOf :
183
184
- $ref : ' #/components/schemas/Block'
184
185
- type : object
@@ -240,7 +241,7 @@ CallResults:
240
241
title : Results of multi call within block
241
242
type : array
242
243
items :
243
- anyOf :
244
+ oneOf :
244
245
- $ref : ' #/components/schemas/CallResultFailure'
245
246
- $ref : ' #/components/schemas/CallResultSuccess'
246
247
CallResultFailure :
Original file line number Diff line number Diff line change @@ -467,7 +467,6 @@ TransactionInfo:
467
467
- from
468
468
- hash
469
469
- transactionIndex
470
- unevaluatedProperties : false
471
470
properties :
472
471
blockHash :
473
472
title : block hash
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments