Package io.horizen.evm
Class ExternalInvocation
- java.lang.Object
-
- io.horizen.evm.Invocation
-
- io.horizen.evm.ExternalInvocation
-
public class ExternalInvocation extends Invocation
-
-
Constructor Summary
Constructors Constructor Description ExternalInvocation(Address caller, Address callee, BigInteger value, byte[] input, BigInteger gas, boolean readOnly, int depth)
-
-
-
Constructor Detail
-
ExternalInvocation
public ExternalInvocation(Address caller, Address callee, BigInteger value, byte[] input, BigInteger gas, boolean readOnly, int depth)
-
-