Open kartikaysaxena opened 1 month ago
While calling Did.create using centrifuge/go-substrate-rpc-client the following error is received,
which is also a common error in the client (they are fixing it here)
in the library the error is as follows,
The params are being passed as bytes to the call like
Similar to the cord.js counterpart
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
I have tried to pass it via custom json encoding but it gives the same error.
While calling Did.create using centrifuge/go-substrate-rpc-client the following error is received,
which is also a common error in the client (they are fixing it here)
in the library the error is as follows,
The params are being passed as bytes to the call like
Similar to the cord.js counterpart
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
I have tried to pass it via custom json encoding but it gives the same error.