mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fulfilled conditions -> unspent outputs
This commit is contained in:
@@ -28,14 +28,14 @@ Content-Type: application/json
|
||||
"""
|
||||
|
||||
|
||||
TPLS['get-tx-unfulfilled-request'] = """\
|
||||
GET /transactions?fulfilled=false&public_keys=%(public_keys_transfer_last)s HTTP/1.1
|
||||
TPLS['get-tx-unspent-request'] = """\
|
||||
GET /transactions?unspent=true&public_keys=%(public_keys_transfer_last)s HTTP/1.1
|
||||
Host: example.com
|
||||
|
||||
"""
|
||||
|
||||
|
||||
TPLS['get-tx-unfulfilled-response'] = """\
|
||||
TPLS['get-tx-unspent-response'] = """\
|
||||
HTTP/1.1 200 OK
|
||||
Content-Type: application/json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user