()
| 36 | } |
| 37 | |
| 38 | get allStructs(): AbiType<false, false>[] { |
| 39 | return [ |
| 40 | ...Object.values(this.structs), |
| 41 | ...Object.values(this.enums) |
| 42 | ] |
| 43 | } |
| 44 | |
| 45 | get allErrors(): AbiError[] { |
| 46 | return Object.values(this.errors) |
nothing calls this directly
no outgoing calls
no test coverage detected