diff options
author | Yigit Sever | 2021-04-16 15:47:33 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 15:47:33 +0300 |
commit | 4805d4006c697528285fadfcf1b52dc84f6d1069 (patch) | |
tree | 3c2b88ff20edac489e5f4d17663261d4d4700c32 /site/public/transaction-docs/index.html | |
parent | 12f8961e233e11488747c678c9c3d6a1033e8d9e (diff) | |
parent | 9accc6708297aa6df881a3c13222052a2209ea0d (diff) | |
download | gradecoin-4805d4006c697528285fadfcf1b52dc84f6d1069.tar.gz gradecoin-4805d4006c697528285fadfcf1b52dc84f6d1069.tar.bz2 gradecoin-4805d4006c697528285fadfcf1b52dc84f6d1069.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'site/public/transaction-docs/index.html')
-rw-r--r-- | site/public/transaction-docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/public/transaction-docs/index.html b/site/public/transaction-docs/index.html index f2dfe9e..a8f3e29 100644 --- a/site/public/transaction-docs/index.html +++ b/site/public/transaction-docs/index.html | |||
@@ -53,7 +53,7 @@ | |||
53 | 53 | ||
54 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/block-docs/">Blocks</a> | 54 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/block-docs/">Blocks</a> |
55 | 55 | ||
56 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/misc-docs/">Miscellaneous</a> | 56 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/misc-docs/">Misc</a> |
57 | 57 | ||
58 | 58 | ||
59 | 59 | ||
@@ -121,7 +121,7 @@ target: Fingerprint | |||
121 | amount: unsigned 16 bit integer | 121 | amount: unsigned 16 bit integer |
122 | timestamp: ISO 8601 <date>T<time> | 122 | timestamp: ISO 8601 <date>T<time> |
123 | </span></code></pre><h1 id="hash">Hash</h1> | 123 | </span></code></pre><h1 id="hash">Hash</h1> |
124 | <p><code>tha</code> field in <a href="/jwt">jwt documentation</a> 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. </p> | 124 | <p><code>tha</code> field in <a href="/jwt">jwt documentation</a> in fact stands for "The Hash", in the case of a post request for a transaction, you need the md5 hash of the serialized JSON representation of transaction. </p> |
125 | 125 | ||
126 | 126 | ||
127 | </div> | 127 | </div> |