aragonzkresearch / anon-voting-demo

Onchain Anonymous Voting demo app
GNU General Public License v3.0
1 stars 0 forks source link

clientlib: return tx.hash when sending a tx #67

Closed arnaucube closed 1 year ago

arnaucube commented 1 year ago

In newProcess method we were returning the lastProcessID when the tx has not been already included in the chain. Now it returns the tx hash so the user can track when is minted. Same for cast vote method.