Skip to content
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

Error on calling Did.create #15

Open
kartikaysaxena opened this issue Sep 17, 2024 · 0 comments
Open

Error on calling Did.create #15

kartikaysaxena opened this issue Sep 17, 2024 · 0 comments

Comments

@kartikaysaxena
Copy link
Contributor

While calling Did.create using centrifuge/go-substrate-rpc-client the following error is received,

Screenshot 2024-09-17 at 1 22 48 PM

which is also a common error in the client (they are fixing it here)

in the library the error is as follows,

Screenshot 2024-09-17 at 1 30 17 PM

The params are being passed as bytes to the call like
Screenshot 2024-09-17 at 1 21 18 PM

Similar to the cord.js counterpart

Screenshot 2024-09-17 at 1 22 11 PM

Only one difference is visible that the second param which is passed is similar to a map in Go, but it is currently unsupported by the client

Screenshot 2024-09-17 at 1 24 42 PM

I have tried to pass it via custom json encoding but it gives the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant