bitcore/test/data/unspent.json

28 lines
821 B
JSON
Raw Normal View History

2014-03-14 13:38:42 -07:00
[
{
"address": "mqSjTad2TKbPcKQ3Jq4kgCkKatyN44UMgZ",
"txid": "2ac165fa7a3a2b535d106a0041c7568d03b531e58aeccdd3199d7289ab12cfc1",
"scriptPubKey": "76a9146ce4e1163eb18939b1440c42844d5f0261c0338288ac",
"vout": 1,
2014-03-15 08:21:59 -07:00
"amount": 0.01,
"confirmations":7
2014-03-14 13:38:42 -07:00
},
{
"address": "mqSjTad2TKbPcKQ3Jq4kgCkKatyN44UMgZ",
"txid": "2ac165fa7a3a2b535d106a0041c7568d03b531e58aeccdd3199d7289ab12cfc2",
2014-03-31 10:41:27 -07:00
"scriptPubKey": "76a9146ce4e1163eb18939b1440c42844d5f0261c0338288ac",
2014-03-15 08:21:59 -07:00
"vout": 0,
"confirmations": 1,
2014-03-14 13:38:42 -07:00
"amount": 0.1
},
{
"address": "mqSjTad2TKbPcKQ3Jq4kgCkKatyN44UMgZ",
"txid": "2ac165fa7a3a2b535d106a0041c7568d03b531e58aeccdd3199d7289ab12cfc3",
2014-03-31 10:41:27 -07:00
"scriptPubKey": "76a9146ce4e1163eb18939b1440c42844d5f0261c0338288ac",
2014-03-14 13:38:42 -07:00
"vout": 3,
2014-03-15 08:21:59 -07:00
"confirmations": 0,
2014-03-14 13:38:42 -07:00
"amount": 1
}
]