Uses of Class
io.horizen.evm.TracerOpCode
-
Packages that use TracerOpCode Package Description io.horizen.evm -
-
Uses of TracerOpCode in io.horizen.evm
Methods in io.horizen.evm that return TracerOpCode Modifier and Type Method Description static TracerOpCodeTracerOpCode. valueOf(String name)Returns the enum constant of this type with the specified name.static TracerOpCode[]TracerOpCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.horizen.evm with parameters of type TracerOpCode Modifier and Type Method Description voidTracer. CaptureEnter(TracerOpCode opCode, Address from, Address to, byte[] input, BigInteger gas, BigInteger value)
-