eos-jvm icon indicating copy to clipboard operation
eos-jvm copied to clipboard

EOS libraries for the JVM, designed primarily for Android development.

Results 5 eos-jvm issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Code sample: ``` @Abi public class MyArgs { private List arguments; public MyArgs(List arguments) { this.arguments = arguments; } @CollectionCompress public List getArgument() { return arguments; } } @Abi public...

/v1/send_transaction should be added to eventually deprecate the legacy /v1/push_transaction.

annoations in 48 public boolean process(Set

Hello I'm currenlty following the EOS tutorial, and trying to send event from android application same as `cleos push action ...` . I just looked on `eos-chain-action`, but couldn't found...