eth_getTransactionCount: Transactions an address has sent.

Description Usage Arguments Value See Also Examples

View source: R/eth.R

Description

eth_getTransactionCount returns the number of transactions sent from an address.

Usage

1
eth_getTransactionCount(address = NULL, number = "latest")

Arguments

address

Address - Address of the storage.

number

Integer|Tag - Block number, or the string 'latest', 'earliest' or 'pending'.

Value

Integer - Number of transactions send from this address.

See Also

Other eth functions: eth_accounts, eth_blockNumber, eth_call, eth_coinbase, eth_estimateGas, eth_gasPrice, eth_getBalance, eth_getBlockByHash, eth_getBlockByNumber, eth_getBlockTransactionCountByHash, eth_getBlockTransactionCountByNumber, eth_getCode, eth_getFilterChanges, eth_getFilterLogs, eth_getLogs, eth_getProof, eth_getStorageAt, eth_getTransactionByBlockHashAndIndex, eth_getTransactionByBlockNumberAndIndex, eth_getTransactionByHash, eth_getTransactionReceipt, eth_getUncleByBlockHashAndIndex, eth_getUncleByBlockNumberAndIndex, eth_getUncleCountByBlockHash, eth_getUncleCountByBlockNumber, eth_getWork, eth_hashrate, eth_mining, eth_newBlockFilter, eth_newFilter, eth_newPendingTransactionFilter, eth_protocolVersion, eth_sendRawTransaction, eth_sendTransaction, eth_sign, eth_submitHashrate, eth_submitWork, eth_syncing, eth_uninstallFilter, gethr, personal_sendTransaction

Examples

1
2
3
4
eth_getTransactionCount()
eth_getTransactionCount('0xb117a8bc3ecf2c3f006b89da6826e49b4193977a')
eth_getTransactionCount('0xb117a8bc3ecf2c3f006b89da6826e49b4193977a', 'pending')
eth_getTransactionCount('0xb117a8bc3ecf2c3f006b89da6826e49b4193977a', 10)

gethr documentation built on May 2, 2019, 7:03 a.m.