From fab0654942bd610c99999a6d193e0630d0cd6f98 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 25 Apr 2021 23:45:22 +0300 Subject: Moving to nicenet --- content/transaction_docs.md | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) (limited to 'content/transaction_docs.md') diff --git a/content/transaction_docs.md b/content/transaction_docs.md index 05c1534..f9e8947 100644 --- a/content/transaction_docs.md +++ b/content/transaction_docs.md @@ -7,17 +7,14 @@ 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. +A HTTP `POST` request with Authorization using [JWT](@/JWT.md) to [/transaction](/transaction) will allow you to propose your own transactions. # Fields ``` -by: Fingerprint source: Fingerprint target: Fingerprint amount: unsigned 16 bit integer @@ -25,28 +22,20 @@ timestamp: ISO 8601 T