Replies: 1 comment 2 replies
-
That’s what on a transaction object. There is no transaction object on a Provider. Are you trying to get the current nonce of an account? If so, you can use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation says that I can use transaction.nonce to retrieve the nonce.
"let nonce = provider.transaction.nonce" throws the error Cannot read properties of undefined (reading 'nonce')
How can I access the nonce?
fyi: i am using hardhat
Beta Was this translation helpful? Give feedback.
All reactions