GetTransactionCount
Implements eth_getTransactionCount.
Params
(2)1. address (required)
string
The address of the account or contract.
2. blockNumberOrHash (required)
The number/hash of the block.
Result
(transactionCount)integer
The transaction count of the account.