eos-java-rpc-wrapper
eos-java-rpc-wrapper copied to clipboard
Sign transaction locally using provided private key.
I think that for this library to be more than a wrapper, it needs to implement native signing (ecc) in Java using openssl or some solution. The current implementation does not allow it and it is much faster to sign locally.