There is no way to query which users hold a specific credential type across all issuers.
Done when: The function iterates AllIssuers, collects users with a matching credential type, and returns deduplicated addresses. Includes a test with 2 issuers issuing the same type to overlapping user sets.
Contract: issuer-registry/
There is no way to query which users hold a specific credential type across all issuers.
Done when: The function iterates
AllIssuers, collects users with a matching credential type, and returns deduplicated addresses. Includes a test with 2 issuers issuing the same type to overlapping user sets.Contract:
issuer-registry/