fulfilled conditions -> unspent outputs

This commit is contained in:
diminator
2017-01-05 12:17:15 +01:00
committed by tim
parent 6ea7b8a411
commit df94427cca
2 changed files with 17 additions and 16 deletions

View File

@@ -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