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