Compute statistics about the total number and rate of transactions in the chain.
getchaintxstats(con, nblocks = NULL, blockhash = NULL)A S4-object of class ANSRPC.
object of class CONRPC.
integer optional, size of the window in
number of blocks (default: one month).
character optional, the hash of the block
that ends the window.
Bernhard Pfaff
https://bitcoin.org/en/developer-reference#getchaintxstats, https://bitcoin.org/en/developer-reference#remote-procedure-calls-rpcs
Other Blockchain RPCs:
decodescript(),
getbestblockhash(),
getblock(),
getblockchaininfo(),
getblockcount(),
getblockhash(),
getblockheader(),
getchaintips(),
getdifficulty(),
getmempoolancestors(),
getmempooldescendants(),
getmempoolentry(),
getmempoolinfo(),
getrawmempool(),
gettxout(),
gettxoutproof(),
gettxoutsetinfo(),
pruneblockchain(),
verifychain(),
verifytxoutproof()