Deployed 10fc88a to master with MkDocs 1.2.3 and mike 1.0.1

This commit is contained in:
GitHub Action 2021-10-21 12:17:00 +00:00
parent 525048a801
commit 3b306ff8e1
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>2021-10-20</lastmod>
<lastmod>2021-10-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-10-20</lastmod>
<lastmod>2021-10-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-10-20</lastmod>
<lastmod>2021-10-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-10-20</lastmod>
<lastmod>2021-10-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-10-20</lastmod>
<lastmod>2021-10-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-10-20</lastmod>
<lastmod>2021-10-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-10-20</lastmod>
<lastmod>2021-10-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-10-20</lastmod>
<lastmod>2021-10-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-10-20</lastmod>
<lastmod>2021-10-21</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.

View File

@ -1066,8 +1066,8 @@ The call fails if the oracle could expire before an answer.</p>
<div class="highlight"><pre><span></span><code>Oracle.get_answer(o : oracle(&#39;a, &#39;b), q : oracle_query(&#39;a, &#39;b)) : option(&#39;b)
</code></pre></div>
<p>Checks what is the optional query answer</p>
<h4 id="expire">expire</h4>
<div class="highlight"><pre><span></span><code>Oracle.expire(o : oracle(&#39;a, &#39;b)) : int
<h4 id="expiry">expiry</h4>
<div class="highlight"><pre><span></span><code>Oracle.expiry(o : oracle(&#39;a, &#39;b)) : int
</code></pre></div>
<p>Ask the oracle when it expires. The result is the block height at which it will happen.</p>
<h4 id="check">check</h4>