MCPcopy Create free account
hub / github.com/Bot80926/ethers-scripts / getTransactionCount

Method getTransactionCount

utils/provider.js:68–70  ·  view source on GitHub ↗
(address, blockTag = "latest")

Source from the content-addressed store, hash-verified

66 }
67
68 async getTransactionCount(address, blockTag = "latest") {
69 return await this.provider.getTransactionCount(address, blockTag);
70 }
71
72 async getTransaction(hash) {
73 return await this.provider.getTransaction(hash);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected