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

Method estimateGas

utils/provider.js:122–124  ·  view source on GitHub ↗
(transaction)

Source from the content-addressed store, hash-verified

120 }
121
122 async estimateGas(transaction) {
123 return await this.provider.estimateGas(transaction);
124 }
125
126 async sendTransaction(transaction) {
127 return await this.provider.sendTransaction(transaction);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected