tuweni / org.apache.tuweni.evm / EVMResult

EVMResult

data class EVMResult (source)

Result of EVM execution

Parameters

statusCode - the execution result status

hostContext - the context of changes

output - the output of the execution

Constructors

<init>

Result of EVM execution

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

Properties

gasManager

val gasManager: GasManager

hostContext

the context of changes

val hostContext: HostContext

output

the output of the execution

val output: Bytes?

statusCode

the execution result status

val statusCode: EVMExecutionStatusCode