Hey there,
I am looping through transactions, but i wonder how the nonce is handled.
Is it enaugh if I just use
let transactionNonce= await this.web3Js.eth.getTransactionCount(walletAddress, 'pending');
Or do i have to use like a + 1 ?