getTransactionCount

open suspend fun getTransactionCount(address: String, block: String = "pending"): BigInteger

Get the transaction count (nonce) for an address.

Return

Nonce as BigInteger

Parameters

address

The address to check

block

Block parameter (default: "pending")