As I read, getTransactionCount() returns the number of transactions sent from an address. Which of below items should I consider?
- Not to use returned nonce?
- Use the returned nonce number as a parameter in
sendTransaction()to avoid duplicate transactions? - Use the returned nonce number + 1 to avoid duplicate transactions?