-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Currently, query is a manually-crafted object inside the ClientAppchain.
Lets make this a service that we resolve by class reference.
This enables us to
- have a cleaner separation of the implementation
- Resolve transport module on a lazy basis, therefore not requiring the user to specify 4 different transport modules everywhere, even though they might only use one of the functionalities provided
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done