aboutsummaryrefslogtreecommitdiffstats
path: root/site/public/transaction-docs
diff options
context:
space:
mode:
authorYigit Sever2021-04-16 15:47:33 +0300
committerYigit Sever2021-04-16 15:47:33 +0300
commit242914808a5a69601f06b9a00ffa43262a623c9e (patch)
treefe2e40454206a5e9d0286c47627854c2c66b1e31 /site/public/transaction-docs
parent3b50ec12a70cbb235217035bbf0efef48c631a78 (diff)
parente02979770c4c468c156e1662595baafe30643497 (diff)
downloadgradecoin-242914808a5a69601f06b9a00ffa43262a623c9e.tar.gz
gradecoin-242914808a5a69601f06b9a00ffa43262a623c9e.tar.bz2
gradecoin-242914808a5a69601f06b9a00ffa43262a623c9e.zip
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'site/public/transaction-docs')
-rw-r--r--site/public/transaction-docs/index.html4
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:&#x2F;&#x2F;gradecoin.xyz&#x2F;block-docs&#x2F;">Blocks</a> 54 <a class="nav-item subtitle-text" href="https:&#x2F;&#x2F;gradecoin.xyz&#x2F;block-docs&#x2F;">Blocks</a>
55 55
56 <a class="nav-item subtitle-text" href="https:&#x2F;&#x2F;gradecoin.xyz&#x2F;misc-docs&#x2F;">Miscellaneous</a> 56 <a class="nav-item subtitle-text" href="https:&#x2F;&#x2F;gradecoin.xyz&#x2F;misc-docs&#x2F;">Misc</a>
57 57
58 58
59 59
@@ -121,7 +121,7 @@ target: Fingerprint
121amount: unsigned 16 bit integer 121amount: unsigned 16 bit integer
122timestamp: ISO 8601 &lt;date&gt;T&lt;time&gt; 122timestamp: ISO 8601 &lt;date&gt;T&lt;time&gt;
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 &quot;The Hash&quot;, 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 &quot;The Hash&quot;, 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>