Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bot80926/ethers-scripts
/ getTransaction
Method
getTransaction
utils/provider.js:72–74 ·
view source on GitHub ↗
(hash)
Source
from the content-addressed store, hash-verified
70
}
71
72
async
getTransaction(hash) {
73
return
await
this.provider.getTransaction(hash);
74
}
75
76
async
getTransactionReceipt(hash) {
77
return
await
this.provider.getTransactionReceipt(hash);
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected