evm v0.1.14 EVM.Interface.Mock.MockBlockInterface
Simple implementation of a block interface that allows us to specify the given block headers.
Link to this section Summary
Link to this section Functions
    
      
      Link to this function
    
    new(block_header, block_map \\ %{})
    
    
    
      
        
          
    
  
  new(Block.Header.t, %{optional(EVM.hash) => Block.Header.t}) :: EVM.Interface.BlockInterface.t