maven plugin to generate java classes for Sophia smart contracts using the ACI. the generated classes make use of the aepp-sdk-java and provide methods to deploy contracts and call entrypoints.
Check if vertx > 3.6.3 leads to same issue (List / Map returned from contract call is additionally wrapped into JsonArray)
Solution:
unwrappedResultObject = ((JsonArray)unwrappedResultObject).getList();
Check if vertx > 3.6.3 leads to same issue (List / Map returned from contract call is additionally wrapped into JsonArray) Solution:
unwrappedResultObject = ((JsonArray)unwrappedResultObject).getList();