framework icon indicating copy to clipboard operation
framework copied to clipboard

Make Query a service

Open rpanic opened this issue 2 months ago • 0 comments

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

  1. have a cleaner separation of the implementation
  2. 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

rpanic avatar Nov 14 '25 13:11 rpanic