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

Method getTransactionReceipt

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

Source from the content-addressed store, hash-verified

74 }
75
76 async getTransactionReceipt(hash) {
77 return await this.provider.getTransactionReceipt(hash);
78 }
79
80 async getTransactionEvent(event) {
81 let filters = "0123456789".split("");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected