Closed clangenb closed 9 months ago
@clangenb can you give a shot in the PR and check if everything on your side continues to work?
Yes, will do that tomorrow. Thanks for the quick fix!
Integrated it in https://github.com/encointer/encointer-wallet-flutter/pull/1629, and it and works. Thanks, gives me some piece of mind. :)
Released under polkadart_cli 0.3.2
Currently, the outer api of the generated code for the extrinsic omits the type annotation, implicitly making it dynamic.
Example:
The inner call
_i11.Call.values.transferAllowDeath
has explicit type annotations though, so I guess it should not be too hard to put them also in the outer api too.It would be beneficial to strongly type the outer api too to detect type errors at compile time.