mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
GET transactions/id examples --> samples
This commit is contained in:
parent
56b4da02c9
commit
a8f8c7f4a9
@ -53,6 +53,7 @@ Host: example.com
|
|||||||
TPLS['get-tx-response'] = """\
|
TPLS['get-tx-response'] = """\
|
||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
X-BigchainDB-Timestamp: 1482766245
|
||||||
|
|
||||||
%(tx)s
|
%(tx)s
|
||||||
"""
|
"""
|
||||||
|
@ -54,64 +54,13 @@ Transactions
|
|||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
.. sourcecode:: http
|
.. literalinclude:: samples/get-tx-request.http
|
||||||
|
:language: http
|
||||||
GET /transactions/2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e HTTP/1.1
|
|
||||||
Host: example.com
|
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
.. sourcecode:: http
|
.. literalinclude:: samples/get-tx-response.http
|
||||||
|
:language: http
|
||||||
HTTP/1.1 200 OK
|
|
||||||
Content-Type: application/json
|
|
||||||
X-BigchainDB-Timestamp: 1234567890
|
|
||||||
|
|
||||||
{
|
|
||||||
"transaction": {
|
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"cid": 0,
|
|
||||||
"condition": {
|
|
||||||
"uri": "cc:4:20:GG-pi3CeIlySZhQoJVBh9O23PzrOuhnYI7OHqIbHjkk:96",
|
|
||||||
"details": {
|
|
||||||
"signature": null,
|
|
||||||
"type": "fulfillment",
|
|
||||||
"type_id": 4,
|
|
||||||
"bitmask": 32,
|
|
||||||
"public_key": "2ePYHfV3yS3xTxF9EE3Xjo8zPwq2RmLPFAJGQqQKc3j6"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"amount": 1,
|
|
||||||
"owners_after": [
|
|
||||||
"2ePYHfV3yS3xTxF9EE3Xjo8zPwq2RmLPFAJGQqQKc3j6"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"operation": "CREATE",
|
|
||||||
"asset": {
|
|
||||||
"divisible": false,
|
|
||||||
"updatable": false,
|
|
||||||
"data": null,
|
|
||||||
"id": "aebeab22-e672-4d3b-a187-bde5fda6533d",
|
|
||||||
"refillable": false
|
|
||||||
},
|
|
||||||
"metadata": null,
|
|
||||||
"timestamp": "1477578978",
|
|
||||||
"fulfillments": [
|
|
||||||
{
|
|
||||||
"fid": 0,
|
|
||||||
"input": null,
|
|
||||||
"fulfillment": "cf:4:GG-pi3CeIlySZhQoJVBh9O23PzrOuhnYI7OHqIbHjkn2VnQaEWvecO1x82Qr2Va_JjFywLKIOEV1Ob9Ofkeln2K89ny2mB-s7RLNvYAVzWNiQnp18_nQEUsvwACEXTYJ",
|
|
||||||
"owners_before": [
|
|
||||||
"2ePYHfV3yS3xTxF9EE3Xjo8zPwq2RmLPFAJGQqQKc3j6"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"id": "2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e",
|
|
||||||
"version": 1
|
|
||||||
}
|
|
||||||
|
|
||||||
:resheader X-BigchainDB-Timestamp: A unix timestamp describing when a transaction was included into a valid block. The timestamp provided is taken from the block the transaction was included in.
|
:resheader X-BigchainDB-Timestamp: A unix timestamp describing when a transaction was included into a valid block. The timestamp provided is taken from the block the transaction was included in.
|
||||||
:resheader Content-Type: ``application/json``
|
:resheader Content-Type: ``application/json``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user