mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
TransactionLinks --> URIs
This commit is contained in:
parent
284411d881
commit
f82f1add03
@ -320,14 +320,9 @@ GET /unspents/
|
||||
Content-Type: application/json
|
||||
|
||||
[
|
||||
{
|
||||
"txid": "2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e",
|
||||
"cid": 0
|
||||
},
|
||||
{
|
||||
"txid": "2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e",
|
||||
"cid": 1
|
||||
},
|
||||
|
||||
'../transactions/2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e/conditions/0',
|
||||
'../transactions/2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e/conditions/1'
|
||||
]
|
||||
|
||||
:statuscode 200: A list of outputs were found and returned in the body of
|
||||
|
Loading…
x
Reference in New Issue
Block a user