iden3/rollup

client wait for getting receipt

Closed this issue · 1 comments

  • library ethers.js has a method which wait until the transaction is mined
    we are currently using this on client

  • We should consider to not use it for not blocking client operation and instead return transaction hash which will allow the user check the state of the transaction afterwards

Resolved in #52