EVMResult(statusCode: EVMExecutionStatusCode, gasManager: GasManager, hostContext: HostContext, output: Bytes? = null)
Result of EVM execution
statusCode - the execution result status
statusCode
hostContext - the context of changes
hostContext
output - the output of the execution
output