Skip to content

WebAPI of '/blockChain/rawTransaction' got error #46

@Wangmmx

Description

@Wangmmx

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}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions