ark-java icon indicating copy to clipboard operation
ark-java copied to clipboard

Library for interacting with an Ark Ecosystem Blockchain using the JVM.

Results 2 ark-java issues
Sort by recently updated
recently updated
newest added

> Caused by: groovy.lang.MissingPropertyException: No such property: ip for class: io.ark.core.Peer at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:53) at org.codehaus.groovy.runtime.callsite.ConstructorSite$NoParamSite.callConstructor(ConstructorSite.java:127) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:247) at io.ark.core.Peer.create(Peer.groovy:24)

Recompile using 1.7 for greater compatibility with older projects. For example, this library doesn't work on Android right now.

enhancement