* The ABI coder that will be used to encode and decode binary * data.
()
| 338 | * data. |
| 339 | */ |
| 340 | getAbiCoder() { |
| 341 | return abi_coder_js_1.AbiCoder.defaultAbiCoder(); |
| 342 | } |
| 343 | // Find a function definition by any means necessary (unless it is ambiguous) |
| 344 | #getFunction(key, values, forceUnique) { |
| 345 | // Selector |
no test coverage detected