We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All types are now:
to_js_value: any
instead of e.g. TransactionBodyJSON
TransactionBodyJSON
during the wasm build script process you get an error:
Error: Cannot find module 'json-schema-to-typescript'
despite this npm package still existing. This error is obviously the cause of this issue.
It is not just on my local builds as the 6.0.0 NPM package suffers from the same issue in its exported typescript code.
6.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All types are now:
instead of e.g.
TransactionBodyJSON
during the wasm build script process you get an error:
despite this npm package still existing. This error is obviously the cause of this issue.
It is not just on my local builds as the
6.0.0
NPM package suffers from the same issue in its exported typescript code.The text was updated successfully, but these errors were encountered: