aboutsummaryrefslogtreecommitdiffstats
path: root/site/public/transaction-docs
diff options
context:
space:
mode:
authoralpaylan2021-04-16 15:31:48 +0300
committeralpaylan2021-04-16 15:31:48 +0300
commit1495152ca8638c927c1588b844f65bb05e3f29a0 (patch)
tree089d9a73e1188ebfc3e2f23454d196597e46d82f /site/public/transaction-docs
parent93ae5dd8b67844b9f17904a1db6104780db25fcb (diff)
parent0f67c6c79325078ad71f666915c065d15d417814 (diff)
downloadgradecoin-1495152ca8638c927c1588b844f65bb05e3f29a0.tar.gz
gradecoin-1495152ca8638c927c1588b844f65bb05e3f29a0.tar.bz2
gradecoin-1495152ca8638c927c1588b844f65bb05e3f29a0.zip
Merge remote-tracking branch 'origin/main'
# Conflicts: # site/public/search_index.en.js
Diffstat (limited to 'site/public/transaction-docs')
-rw-r--r--site/public/transaction-docs/index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/site/public/transaction-docs/index.html b/site/public/transaction-docs/index.html
index 67b9505..8fb0c33 100644
--- a/site/public/transaction-docs/index.html
+++ b/site/public/transaction-docs/index.html
@@ -27,6 +27,7 @@
27 <link rel="stylesheet" href="https:&#x2F;&#x2F;gradecoin.xyz&#x2F;juice.css"> 27 <link rel="stylesheet" href="https:&#x2F;&#x2F;gradecoin.xyz&#x2F;juice.css">
28 28
29<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> 29<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
30<link rel="stylesheet" href="/site.css" />
30 31
31</head> 32</head>
32 33
@@ -91,6 +92,11 @@
91 </div> 92 </div>
92 93
93 94
95 <div class="toc-item">
96 <a class="subtext" href="https://gradecoin.xyz/transaction-docs/#hash">Hash</a>
97 </div>
98
99
94 </div> 100 </div>
95 </div> 101 </div>
96 102
@@ -112,7 +118,9 @@ source: Fingerprint
112target: Fingerprint 118target: Fingerprint
113amount: unsigned 16 bit integer 119amount: unsigned 16 bit integer
114timestamp: ISO 8601 &lt;date&gt;T&lt;time&gt; 120timestamp: ISO 8601 &lt;date&gt;T&lt;time&gt;
115</span></code></pre> 121</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 &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>
123
116 124
117 </div> 125 </div>
118 126