(param: AbiParam, text: string)
| 15 | } |
| 16 | |
| 17 | static components(param: AbiParam, text: string): any { |
| 18 | const parser = new ParamParser(text) |
| 19 | |
| 20 | return parser.parseComponents(param) |
| 21 | } |
| 22 | |
| 23 | hasMore() { |
| 24 | return this.pos < this.text.length |
no test coverage detected