tuweni / org.apache.tuweni.evm / EVMResult / <init>

<init>

EVMResult(statusCode: EVMExecutionStatusCode, gasManager: GasManager, hostContext: HostContext, output: Bytes? = null)

Result of EVM execution

Parameters

statusCode - the execution result status

hostContext - the context of changes

output - the output of the execution