diff options
author | Yigit Sever | 2021-04-16 15:29:29 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 15:29:29 +0300 |
commit | 88fad465c273c2466f9cc282e90a515434d0717d (patch) | |
tree | c91af999cd25c5dfb08f818455f4a85a8ae50c07 /site/content/transaction_docs.md | |
parent | 3bc1d6792317218f879ec82fcd87acd1c892f2d4 (diff) | |
parent | ea12fb6a65813339afbbe674605ac101e1f34ed7 (diff) | |
download | gradecoin-88fad465c273c2466f9cc282e90a515434d0717d.tar.gz gradecoin-88fad465c273c2466f9cc282e90a515434d0717d.tar.bz2 gradecoin-88fad465c273c2466f9cc282e90a515434d0717d.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'site/content/transaction_docs.md')
-rw-r--r-- | site/content/transaction_docs.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/content/transaction_docs.md b/site/content/transaction_docs.md index 820c35f..196a07c 100644 --- a/site/content/transaction_docs.md +++ b/site/content/transaction_docs.md | |||
@@ -24,3 +24,7 @@ target: Fingerprint | |||
24 | amount: unsigned 16 bit integer | 24 | amount: unsigned 16 bit integer |
25 | timestamp: ISO 8601 <date>T<time> | 25 | timestamp: ISO 8601 <date>T<time> |
26 | ``` | 26 | ``` |
27 | |||
28 | # Hash | ||
29 | |||
30 | ```tha``` field in [jwt documentation](/jwt) in fact stands for "The Hash", in the case of a post request for a transaction, you need the hash of the serialized JSON representation of transaction. | ||