Package io.horizen.evm
Class Invocation
- java.lang.Object
-
- io.horizen.evm.Invocation
-
- Direct Known Subclasses:
ExternalInvocation
public class Invocation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description AddresscalleeAddresscallerBigIntegergasbyte[]inputbooleanreadOnlyBigIntegervalue
-
Constructor Summary
Constructors Constructor Description Invocation(Address caller, Address callee, BigInteger value, byte[] input, BigInteger gas, boolean readOnly)
-
-
-
Field Detail
-
caller
public final Address caller
-
callee
public final Address callee
-
value
public final BigInteger value
-
input
public final byte[] input
-
gas
public final BigInteger gas
-
readOnly
public final boolean readOnly
-
-
Constructor Detail
-
Invocation
public Invocation(Address caller, Address callee, BigInteger value, byte[] input, BigInteger gas, boolean readOnly)
-
-