data class EVMResult
(source)
Result of EVM execution
statusCode
- the execution result status
hostContext
- the context of changes
output
- the output of the execution
<init> |
Result of EVM execution EVMResult(statusCode: EVMExecutionStatusCode, gasManager: GasManager, hostContext: HostContext, output: Bytes? = null) |
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 |