Skip to content

Conversation

@GarmashAlex
Copy link

The resolveDidDocument helper was declared to return DIDResolutionMetadata but actually returns the full DIDResolutionResult JSON from the resolver. Callers already rely on didDocument and didResolutionMetadata.proof being present, so the previous type was misleading and could hide type errors. This change updates the return type to DIDResolutionResult and removes the unused DIDResolutionMetadata import to align the helper’s contract with both did-resolver and existing usages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant