adyliu / jeos

EOS Blockchain Java SDK
https://github.com/adyliu/jeos
71 stars 38 forks source link

How can it work without wallet api? #15

Open UntaggedRui opened 4 years ago

UntaggedRui commented 4 years ago

Since wallet_plugin and wallet_api_plugin is no longer supported in nodeos, how can we sign transaction now ? client.signTransaction is executed by /v1/wallet/sign_transaction, How can I sign a transaction without wallet api?