You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the reasoning of not being able to override the nonce which is used when creating transactions through interaction with generated contract classes? I can use the FastRawTransactionManager#setNonce and explicitly set the nonce on the transaction manager but it would be more convenient (and safe ?) to be able to do it in the method calls on the ABI class which create transactions?
This seems to be supported for instance by web3js, doc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
What's the reasoning of not being able to override the nonce which is used when creating transactions through interaction with generated contract classes? I can use the FastRawTransactionManager#setNonce and explicitly set the nonce on the transaction manager but it would be more convenient (and safe ?) to be able to do it in the method calls on the ABI class which create transactions?
This seems to be supported for instance by web3js, doc.
Thank you,
David
Beta Was this translation helpful? Give feedback.
All reactions