()
| 51 | } |
| 52 | |
| 53 | get allFunctions(): AbiFunction[] { |
| 54 | return Object.values(this.functions) |
| 55 | } |
| 56 | |
| 57 | handleFields(fields: StructField[]) { |
| 58 | const outFields: AbiStructField[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected