tuweni / org.apache.tuweni.evm.impl / Opcode

Opcode

interface Opcode (source)

Functions

execute

abstract fun execute(gasManager: GasManager, hostContext: HostContext, stack: Stack, msg: EVMMessage, code: Bytes, currentIndex: Int, memory: Memory): Result?