wharfkit / session

Create account-based sessions, perform transactions, and allow users to login using Antelope-based blockchains.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Research a method to provide transaction uniqueness as a parameter

aaroncox opened this issue · comments

Both cleos and eosjs seem to support this. Discussion on it here:

EOSIO/eosjs#193

This could potentially be done through a plug-in?

Yah a plugin using a beforeSign hook that appends an eosio.null action with a unique nonce.