Package io.horizen.evm.results
Class InvocationResult
- java.lang.Object
-
- io.horizen.evm.results.InvocationResult
-
public class InvocationResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description AddresscontractAddressStringexecutionErrorBigIntegerleftOverGasbyte[]returnDatabooleanreverted
-
Constructor Summary
Constructors Constructor Description InvocationResult(byte[] returnData, BigInteger leftOverGas, String executionError, boolean reverted, Address contractAddress)
-
-
-
Field Detail
-
returnData
public final byte[] returnData
-
leftOverGas
public final BigInteger leftOverGas
-
executionError
public final String executionError
-
reverted
public final boolean reverted
-
contractAddress
public final Address contractAddress
-
-
Constructor Detail
-
InvocationResult
public InvocationResult(byte[] returnData, BigInteger leftOverGas, String executionError, boolean reverted, Address contractAddress)
-
-