Package io.horizen.evm.params
Class TracerEnterParams
- java.lang.Object
-
- io.horizen.evm.params.TracerParams
-
- io.horizen.evm.params.TracerEnterParams
-
public class TracerEnterParams extends TracerParams
-
-
Field Summary
Fields Modifier and Type Field Description AddressfromBigIntegergasbyte[]inputStringopCodeAddresstoBigIntegervalue-
Fields inherited from class io.horizen.evm.params.TracerParams
tracerHandle
-
-
Constructor Summary
Constructors Constructor Description TracerEnterParams(int tracerHandle, String opCode, Address from, Address to, byte[] input, BigInteger gas, BigInteger value)
-
-
-
Field Detail
-
opCode
public final String opCode
-
from
public final Address from
-
to
public final Address to
-
input
public final byte[] input
-
gas
public final BigInteger gas
-
value
public final BigInteger value
-
-
Constructor Detail
-
TracerEnterParams
public TracerEnterParams(int tracerHandle, String opCode, Address from, Address to, byte[] input, BigInteger gas, BigInteger value)
-
-