substrate-api-client icon indicating copy to clipboard operation
substrate-api-client copied to clipboard

Refactor SubmitAndWatch trait

Open Niederb opened this issue 8 months ago • 0 comments

The trait has a already quite a few functions and it keeps getting more. The problem is that the trait covers a variety of use-cases that lead to a combinatoric growth as we have functions for most combinations

  • Opaque vs non-opaque
  • With vs without events
  • With waiting for specific status vs without specific status

Niederb avatar Jun 03 '24 07:06 Niederb