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

Method waitForTransaction

utils/provider.js:130–132  ·  view source on GitHub ↗
(hash)

Source from the content-addressed store, hash-verified

128 }
129
130 async waitForTransaction(hash) {
131 return await this.provider.waitForTransaction(hash)
132 }
133
134}
135

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected