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 11EthSimulatePayload :
22  title : Arguments for multi call 
3+   required :
4+     - blockStateCalls 
35  properties :
46    blockStateCalls :
57      title : Block State Calls 
@@ -178,7 +180,6 @@ EthSimulateBlockResultSuccess:
178180EthSimulateBlockResultSingleSuccess :
179181  title : Result of eth_simulate block-level, with array of calls 
180182  type : object 
181-   unevaluatedProperties : false 
182183  allOf :
183184    - $ref : ' #/components/schemas/Block' 
184185    - type : object 
@@ -240,7 +241,7 @@ CallResults:
240241  title : Results of multi call within block 
241242  type : array 
242243  items :
243-     anyOf :
244+     oneOf :
244245      - $ref : ' #/components/schemas/CallResultFailure' 
245246      - $ref : ' #/components/schemas/CallResultSuccess' 
246247CallResultFailure :
Original file line number Diff line number Diff line change @@ -467,7 +467,6 @@ TransactionInfo:
467467        - from 
468468        - hash 
469469        - transactionIndex 
470-       unevaluatedProperties : false 
471470      properties :
472471        blockHash :
473472          title : block hash 
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments