class EvmVmImpl : EvmVm
(source)
<init> |
EvmVmImpl() |
capabilities |
fun capabilities(): Int |
close |
suspend fun close(): Unit |
execute |
suspend fun execute(hostContext: HostContext, fork: HardFork, msg: EVMMessage, code: Bytes): EVMResult |
setOption |
fun setOption(key: String, value: String): Unit |
version |
fun version(): String |
logger |
val logger: Logger! |
registry |
val registry: OpcodeRegistry |
create |
fun create(): EvmVm |