Closed DOBEN closed 7 months ago
Based on the experience using the CIS5 smart contract wallet in the hackathon, having a nonceOf function for the front end would be nice.
nonceOf
Looks good 🙂 How was this supposed to be done before, out of interest?
Looks good 🙂
How was this supposed to be done before, out of interest?
The nonce tracked in the smart contract has to be exposed via a view function but the function was just forgotten to be added before.
nonce
view
Purpose
Based on the experience using the CIS5 smart contract wallet in the hackathon, having a
nonceOf
function for the front end would be nice.Changes