IThirdwebWallet.GetTransactionCount

This method retrieves the transaction count (i.e., nonce) for a specified wallet address on a given chain.

Usage

BigInteger transactionCount = await wallet.GetTransactionCount(chainId, address);