MCPcopy Index your code
hub / github.com/Bot80926/ethers-scripts / sendTransaction

Method sendTransaction

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

Source from the content-addressed store, hash-verified

124 }
125
126 async sendTransaction(transaction) {
127 return await this.provider.sendTransaction(transaction);
128 }
129
130 async waitForTransaction(hash) {
131 return await this.provider.waitForTransaction(hash)

Callers 2

mainFunction · 0.80
sendBaseTokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected