MCPcopy Create free account
hub / github.com/DNAProject/DNA / getTransactionCount

Method getTransactionCount

txnpool/proc/txnpool_server.go:628–630  ·  view source on GitHub ↗

getTransactionCount returns the tx size of the transaction pool.

()

Source from the content-addressed store, hash-verified

626
627// getTransactionCount returns the tx size of the transaction pool.
628func (s *TXPoolServer) getTransactionCount() int {
629 return s.txPool.GetTransactionCount()
630}
631
632// reVerifyStateful re-verify a transaction's stateful data.
633func (s *TXPoolServer) reVerifyStateful(tx *tx.Transaction, sender tc.SenderType) {

Callers 1

handleTransactionMethod · 0.80

Calls 1

GetTransactionCountMethod · 0.80

Tested by

no test coverage detected