* The ABI coder that will be used to encode and decode binary * data.
()
| 241 | * data. |
| 242 | */ |
| 243 | getAbiCoder() { |
| 244 | return AbiCoder.defaultAbiCoder(); |
| 245 | } |
| 246 | // Find a function definition by any means necessary (unless it is ambiguous) |
| 247 | #getFunction(key, values, forceUnique) { |
| 248 | // Selector |
no test coverage detected