Background
- We already created a class / interface for modeling registries:
SupportedNFTIssuer in the Tokenscope plugin.
- In PR 1196 we are expanding the customized logic for registries, including:
- Getting the registry's managed name.
- tokenIdToLabelHash
- Potentially others.
Goals
Refactor code referenced above in the "Background" so that it is better unified together and so that each registry we implement special logic for has all of that special logic centralized into a single place and not spread across multiple places in our code.
Background
SupportedNFTIssuerin the Tokenscope plugin.Goals
Refactor code referenced above in the "Background" so that it is better unified together and so that each registry we implement special logic for has all of that special logic centralized into a single place and not spread across multiple places in our code.