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
Проблема при девсериализации транзакции с помощью deserializeTransactionWithActions.
deserializeTransactionWithActions
Пример: https://explorer.cyberway.io/account/cyberthinker/proposal/c.comowner Параметры первого экшена десериализовались как
{ "account": "c.com", "permission": "owner", "parent": ".............", "auth": { "threshold": 1, "keys": [ { "key": "PUB_K1_5UuLvruMSU6cvNX2kmBpc2c8rwBA4rbcMJ5cb1boNdPvve2pK7", "weight": 1 } ], "accounts": [], "waits": [] }
В то же время ответ ноды соответствует параметрам переданным в пропозал:
cleos convert unpack_action_data cyber updateauth "00000000004911400000000080ab26a70000000000000000010000000100024e23ef068069b889a1b9a0c04a2c39cb138a5cca96a2ae21447d14db0251f27201000000" { "account": "c.com", "permission": "owner", "parent": "", "auth": { "threshold": 1, "keys": [{ "key": "GLS5UuLvruMSU6cvNX2kmBpc2c8rwBA4rbcMJ5cb1boNdPvuWoebk", "weight": 1 } ], "accounts": [], "waits": [] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Проблема при девсериализации транзакции с помощью
deserializeTransactionWithActions
.Пример: https://explorer.cyberway.io/account/cyberthinker/proposal/c.comowner
Параметры первого экшена десериализовались как
В то же время ответ ноды соответствует параметрам переданным в пропозал:
The text was updated successfully, but these errors were encountered: