Frontmatter
| id | 5199 |
| title | core.Base: ntypeChain |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Feb 5, 2024, 3:12 PM |
| updatedAt | Feb 9, 2024, 1:30 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5199 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 9, 2024, 1:30 PM |

Neo.applyClassConfig()should map the proto ntype chain into an array.Then we can add a convenience method:
core.Base:hasNtype()to check for matches inside the new array.