Uses of Class
org.aion4j.avm.helper.exception.CallFailedException
-
Packages that use CallFailedException Package Description org.aion4j.avm.helper.local -
-
Uses of CallFailedException in org.aion4j.avm.helper.local
Methods in org.aion4j.avm.helper.local that throw CallFailedException Modifier and Type Method Description CallResponseLocalAvmNode. call(String contract, String sender, String method, String argsString, BigInteger value)static byte[]LocalAvmNode. encodeDeployArgsString(String deployArgs)static StringLocalAvmNode. encodeMethodCallWithArgsString(String method, String methodArgs)static StringLocalAvmNode. getBytesForDeploy(String dappJarPath, String deployArgsStr)
-