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
When I use the interface, it keeps reporting errors. What are the specific parameters of this interface?
Here is the code:
var tx = { From: '..', To: '..', ... } var options = { method: 'POST', url: 'http://54.199.254.157:8000/api/blockChain/rawTransaction', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(tx) }; request(options, function (error, response) { if (error) throw new Error(error); console.log(response.body); });
And the error is {"Error":{"Code":"20012","Message":"Invalid params","Details":null,"ValidationErrors":null}}
{"Error":{"Code":"20012","Message":"Invalid params","Details":null,"ValidationErrors":null}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use the interface, it keeps reporting errors. What are the specific parameters of this interface?
Here is the code:
And the error is
{"Error":{"Code":"20012","Message":"Invalid params","Details":null,"ValidationErrors":null}}
The text was updated successfully, but these errors were encountered: