-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
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
Unable to create as_multi calls due to encoding rules of OpaqueCall's #20
Comments
There is a special py-scale-codec/scalecodec/types.py Line 1186 in d6aac22
So basically, all you have to do is rewrite your as_multi to:
|
|
Currently the encoding rules for as_multi require the call to be serialised:
However, presumably due to a metadata change, the same parameter is now only accepted in dictionary format:
I submitted a PR with one patch for the error, but ideally this could be handled at the point of as_multi encoding
The text was updated successfully, but these errors were encountered: