A transaction request between source
and target
to move amount
Gradecoin.
Requests
-GET
-A HTTP GET
request to /transaction endpoint will return the current list of pending transactions.
POST
-A HTTP POST
request with Authorization using JWT to /transaction will allow you to propose your own transactions.
Fields
-
-by: Fingerprint
-source: Fingerprint
-target: Fingerprint
-amount: unsigned 16 bit integer
-timestamp: ISO 8601 <date>T<time>
-
-
-