Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bot80926/ethers-scripts
/ getProvider
Method
getProvider
utils/provider.js:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
getProvider() {
13
return
this.provider;
14
}
15
16
async
getBlockNumber() {
17
return
await
this.provider.getBlockNumber();
Callers
5
error.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected