TransactionalEVMHostContext(repository: BlockchainRepository, ethereumVirtualMachine: EthereumVirtualMachine, depth: Int, sender: Address, destination: Address, value: Bytes, code: Bytes, gas: Gas, gasPrice: Wei, currentCoinbase: Address, currentNumber: Long, currentTimestamp: Long, currentGasLimit: Long, currentDifficulty: UInt256)
EVM context that records changes to the world state, so they can be applied atomically.