From 81ebd267c89011ca65cd5cfe382e10fabd9017ac Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 19 Apr 2021 18:21:06 +0300 Subject: Moving site to separate repo --- site/content/transaction_docs.md | 52 ---------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 site/content/transaction_docs.md (limited to 'site/content/transaction_docs.md') diff --git a/site/content/transaction_docs.md b/site/content/transaction_docs.md deleted file mode 100644 index 05c1534..0000000 --- a/site/content/transaction_docs.md +++ /dev/null @@ -1,52 +0,0 @@ -+++ -title = "Transactions" -description = "Transaction documentation" -weight = 6 -+++ - -A transaction request between `source` and `target` to move `amount` Gradecoin. - -# Requests - -## GET -A HTTP `GET` request to [/transaction](/transaction) endpoint will return the current list of pending transactions. - -## POST - -A HTTP `POST` request with Authorization using JWT to [/transaction](/transactions) will allow you to propose your own transactions. - -# Fields -``` -by: Fingerprint -source: Fingerprint -target: Fingerprint -amount: unsigned 16 bit integer -timestamp: ISO 8601 T