We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4c36b commit 13110bfCopy full SHA for 13110bf
1 file changed
aries_cloudagent/resolver/default/indy.py
@@ -50,8 +50,10 @@ def supported_did_regex(self) -> Pattern:
50
return IndyDID.PATTERN
51
52
def process_endpoint_types(self, types):
53
- """Process endpoint types to return only expected types,
54
- subset of expected types, or default types.
+ """Process endpoint types.
+
55
+ Returns expected types, subset of expected types,
56
+ or default types.
57
"""
58
expected_types = ["endpoint", "did-communication", "DIDComm"]
59
default_types = ["endpoint", "did-communication"]
0 commit comments