Merge pull request #308 from syst3mw0rm/master

update readme: valid json response
This commit is contained in:
Manuel Aráoz 2015-04-21 14:03:42 -03:00
commit e1341150d7

View File

@ -210,23 +210,23 @@ Sample return:
``` json ``` json
[ [
{ {
address: "n2PuaAguxZqLddRbTnAoAuwKYgN2w2hZk7", "address": "n2PuaAguxZqLddRbTnAoAuwKYgN2w2hZk7",
txid: "dbfdc2a0d22a8282c4e7be0452d595695f3a39173bed4f48e590877382b112fc", "txid": "dbfdc2a0d22a8282c4e7be0452d595695f3a39173bed4f48e590877382b112fc",
vout: 0, "vout": 0,
ts: 1401276201, "ts": 1401276201,
scriptPubKey: "76a914e50575162795cd77366fb80d728e3216bd52deac88ac", "scriptPubKey": "76a914e50575162795cd77366fb80d728e3216bd52deac88ac",
amount: 0.001, "amount": 0.001,
confirmations: 3 "confirmations": 3
}, },
{ {
address: "n2PuaAguxZqLddRbTnAoAuwKYgN2w2hZk7", "address": "n2PuaAguxZqLddRbTnAoAuwKYgN2w2hZk7",
txid: "e2b82af55d64f12fd0dd075d0922ee7d6a300f58fe60a23cbb5831b31d1d58b4", "txid": "e2b82af55d64f12fd0dd075d0922ee7d6a300f58fe60a23cbb5831b31d1d58b4",
vout: 0, "vout": 0,
ts: 1401226410, "ts": 1401226410,
scriptPubKey: "76a914e50575162795cd77366fb80d728e3216bd52deac88ac", "scriptPubKey": "76a914e50575162795cd77366fb80d728e3216bd52deac88ac",
amount: 0.001, "amount": 0.001,
confirmation: 6 "confirmation": 6,
confirmationsFromCache: true, "confirmationsFromCache": true
} }
] ]
``` ```