(hash)
| 74 | } |
| 75 | |
| 76 | async getTransactionReceipt(hash) { |
| 77 | return await this.provider.getTransactionReceipt(hash); |
| 78 | } |
| 79 | |
| 80 | async getTransactionEvent(event) { |
| 81 | let filters = "0123456789".split(""); |
nothing calls this directly
no outgoing calls
no test coverage detected