-
Notifications
You must be signed in to change notification settings - Fork 179
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
MakeASimpleTransfer Error #287
Comments
Hi @ygcool, Please try creating a different entity for
Reason for this being the fact that the parachain implementation that you are connecting to, is using Please let me know if this works for you. |
@ygcool same reason as before, the current Making the following adjustment will fix that issue:
The same applies to any event, call or storage entries that use the |
thank you. |
|
you can find basically all your answers in the types repo or RPC repo |
However, the free I obtained is different from the actual balance. Like this: https://dock.subscan.io/account/3FShsMXRytNXrVFAXzD5L5vCMapbRMhwzpdBK3urgBLVcQJT |
Solved this problem,
No solution has been found to these two problems:
|
@ygcool I'm not sure I understand you last questions. Do you still need help executing a transfer here or is there something else that's not working for you? |
My Address : 3FShsMXRytNXrVFAXzD5L5vCMapbRMhwzpdBK3urgBLVcQJT
Error:
type *types.AccountInfo does not support Decodeable interface and could not be decoded field by field, error: type *struct { Free types.U128; Reserved types.U128; MiscFrozen types.U128; FreeFrozen types.U128 } does not support Decodeable interface and could not be decoded field by field, error: Cannot read the required number of bytes 16, only 4 available
How can I resolve this error?
Thanks
The text was updated successfully, but these errors were encountered: