Replies: 1 comment
-
We forgot to put the ID is a CLOptionValue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi does anyone have working JSON examples of built-in transaction e.g. transfer. I have generated the following using the Java Casper SDK:
And am getting the following response from the node:
{"jsonrpc":"2.0","id":"1243062186","error":{"code":-32016,"message":"Invalid transaction","data":"the transaction was invalid: The transaction sent to the network had an unexpected argument type"}}
The response is not telling me which is the 'unexpected argument type'
If anyone could provide a working copy of an 'account_put_transaction' JSON payload that would be really useful.
Beta Was this translation helpful? Give feedback.
All reactions