diff options
Diffstat (limited to 'site/public/transaction-docs/index.html')
-rw-r--r-- | site/public/transaction-docs/index.html | 10 |
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://gradecoin.xyz/juice.css"> | 27 | <link rel="stylesheet" href="https://gradecoin.xyz/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 | |||
112 | target: Fingerprint | 118 | target: Fingerprint |
113 | amount: unsigned 16 bit integer | 119 | amount: unsigned 16 bit integer |
114 | timestamp: ISO 8601 <date>T<time> | 120 | timestamp: ISO 8601 <date>T<time> |
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 "The Hash", 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 | ||