(transaction)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected