diff options
author | alpaylan | 2021-04-16 15:49:22 +0300 |
---|---|---|
committer | alpaylan | 2021-04-16 15:49:22 +0300 |
commit | 1cffbd5331e9d2977b0b3a4bb254bf32790ca082 (patch) | |
tree | 8346983a812f9cc5ccd9a27972158960e6fcdc0a /site/public/transaction-docs/index.html | |
parent | 7e44cbd925d862f7e2f7ac9007b980417f0aa3df (diff) | |
parent | 4805d4006c697528285fadfcf1b52dc84f6d1069 (diff) | |
download | gradecoin-1cffbd5331e9d2977b0b3a4bb254bf32790ca082.tar.gz gradecoin-1cffbd5331e9d2977b0b3a4bb254bf32790ca082.tar.bz2 gradecoin-1cffbd5331e9d2977b0b3a4bb254bf32790ca082.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, 3 insertions, 1 deletions
diff --git a/site/public/transaction-docs/index.html b/site/public/transaction-docs/index.html index 8fb0c33..a8f3e29 100644 --- a/site/public/transaction-docs/index.html +++ b/site/public/transaction-docs/index.html | |||
@@ -53,6 +53,8 @@ | |||
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/">Misc</a> | ||
57 | |||
56 | 58 | ||
57 | 59 | ||
58 | <a class="nav-item subtitle-text" href="https://github.com/zhuowei/nft_ptr#why">why?</a> | 60 | <a class="nav-item subtitle-text" href="https://github.com/zhuowei/nft_ptr#why">why?</a> |
@@ -119,7 +121,7 @@ target: Fingerprint | |||
119 | amount: unsigned 16 bit integer | 121 | amount: unsigned 16 bit integer |
120 | timestamp: ISO 8601 <date>T<time> | 122 | timestamp: ISO 8601 <date>T<time> |
121 | </span></code></pre><h1 id="hash">Hash</h1> | 123 | </span></code></pre><h1 id="hash">Hash</h1> |
122 | <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> |
123 | 125 | ||
124 | 126 | ||
125 | </div> | 127 | </div> |