decentralized-identity / hub-node-core

Node.js implementation of the Identity Hub interfaces, business logic, and replication protocol.
Apache License 2.0
17 stars 7 forks source link

ObjectQueryRequests: context and type #16

Open llorllale opened 5 years ago

llorllale commented 5 years ago

Why are context and type mutually exclusive as per the implementation? And why does the developer_message say otherwise?

https://github.com/decentralized-identity/hub-node-core/blob/1967c076f64e64969065aeb99b0e235272d62089/lib/models/ObjectQueryRequest.ts#L44-L51