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
Error: cannot parse type expression: variadic<multi<array32,u32,array64>>. internal json: {"variadic": {"multi": {"array32": {"u8": {} }: {},"u32": {},"array64": {"u8": {} }}}}. at TypeExpressionParser.doParse (node_modules/@elrondnetwork/erdjs/src/smartcontracts/typesystem/typeExpressionParser.ts:25:19)
The text was updated successfully, but these errors were encountered:
Indeed 🙏
This ABI type expression isn't currently supported by erdjs's typesystem. A fix is planned, though not yet in progress.
Other examples of not-yet-supported expressions: https://github.com/ElrondNetwork/elrond-sdk-erdjs/blob/main/src/smartcontracts/typesystem/typeExpressionParser.spec.ts#L105
Sorry, something went wrong.
The issue was solved. An unit test was added in this PR to ensure the issue is no longer persistent.
popenta
No branches or pull requests
Error: cannot parse type expression: variadic<multi<array32,u32,array64>>. internal json: {"variadic": {"multi": {"array32": {"u8": {} }: {},"u32": {},"array64": {"u8": {} }}}}.
at TypeExpressionParser.doParse (node_modules/@elrondnetwork/erdjs/src/smartcontracts/typesystem/typeExpressionParser.ts:25:19)
The text was updated successfully, but these errors were encountered: