wharfkit / session

Create account-based sessions, perform transactions, and allow users to login using Antelope-based blockchains.
Other
9 stars 1 forks source link

Research a method to provide transaction uniqueness as a parameter #14

Open aaroncox opened 1 year ago

aaroncox commented 1 year ago

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

https://github.com/EOSIO/eosjs/issues/193

This could potentially be done through a plug-in?

shaqk commented 1 year ago

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