Deployed 7b8957b to master with MkDocs 1.2.4 and mike 1.0.1

This commit is contained in:
GitHub Action 2022-06-18 10:04:08 +00:00
parent 37478116cf
commit 4478a9306b
4 changed files with 12 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,47 +2,47 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2022-06-17</lastmod>
<lastmod>2022-06-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-06-17</lastmod>
<lastmod>2022-06-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-06-17</lastmod>
<lastmod>2022-06-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-06-17</lastmod>
<lastmod>2022-06-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-06-17</lastmod>
<lastmod>2022-06-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-06-17</lastmod>
<lastmod>2022-06-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-06-17</lastmod>
<lastmod>2022-06-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-06-17</lastmod>
<lastmod>2022-06-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-06-17</lastmod>
<lastmod>2022-06-18</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.

View File

@ -1184,8 +1184,8 @@ default value <code>v</code> if the key is not present</p>
private key of the account, proving you have the private key of the oracle to be. If the
address is the same as the contract <code>sign</code> is ignored and can be left out entirely.</li>
<li>The <code>qfee</code> is the minimum query fee to be paid by a user when asking a question of the oracle.</li>
<li>The <code>ttl</code> is the Time To Live for the oracle, either relative to the current
height (<code>RelativeTTL(delta)</code>) or a fixed height (<code>FixedTTL(height)</code>).</li>
<li>The <code>ttl</code> is the Time To Live for the oracle in key blocks, either relative to the current
key block height (<code>RelativeTTL(delta)</code>) or a fixed key block height (<code>FixedTTL(height)</code>).</li>
<li>The type <code>'a</code> is the type of the question to ask.</li>
<li>The type <code>'b</code> is the type of the oracle answers.</li>
</ul>