* The ABI coder that will be used to encode and decode binary * data.
()
| 330 | * data. |
| 331 | */ |
| 332 | getAbiCoder() { |
| 333 | return AbiCoder.defaultAbiCoder(); |
| 334 | } |
| 335 | // Find a function definition by any means necessary (unless it is ambiguous) |
| 336 | #getFunction(key, values, forceUnique) { |
| 337 | // Selector |
no test coverage detected