Insight-api: Websocket "tx" event - which variables?
Insight-api: Websocket "tx" event - which variables?
the Insight API has a websocket and publishes TX events as described here: http://ift.tt/1kDNrYu (see bottom of this page)
The documentation says the names are:
tx: new transaction received from network. This event is published in the 'inv' room. Data will be a app/models/Transaction object. Sample output:
{
"txid":"00c1b1acb310b87085c7deaaeba478cef5dc9519fab87a4d943ecbb39bd5b053",
"processed":false
... <------------- ?????????
}
How do I know the other names execpt txid and processed? There has to be some addresses, value and so on. Where can I find a list of these outputs?
http://ift.tt/2kmHEu0
Comments
Post a Comment