Deployed d5ff9d4 to master with MkDocs 1.4.2 and mike 1.1.2
This commit is contained in:
parent
733ce955a5
commit
43702221f3
File diff suppressed because one or more lines are too long
@ -2,47 +2,47 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-13</lastmod>
|
<lastmod>2023-06-15</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-13</lastmod>
|
<lastmod>2023-06-15</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-13</lastmod>
|
<lastmod>2023-06-15</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-13</lastmod>
|
<lastmod>2023-06-15</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-13</lastmod>
|
<lastmod>2023-06-15</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-13</lastmod>
|
<lastmod>2023-06-15</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-13</lastmod>
|
<lastmod>2023-06-15</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-13</lastmod>
|
<lastmod>2023-06-15</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-13</lastmod>
|
<lastmod>2023-06-15</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
Binary file not shown.
@ -915,7 +915,7 @@ using the private key of the <code>owner</code> account for signing.</p>
|
|||||||
using the private key of the <code>owner</code> account for signing.</p>
|
using the private key of the <code>owner</code> account for signing.</p>
|
||||||
<h5 id="update">update</h5>
|
<h5 id="update">update</h5>
|
||||||
<div class="highlight"><pre><span></span><code>AENS.update(owner : address, name : string, expiry : option(Chain.ttl), client_ttl : option(int),
|
<div class="highlight"><pre><span></span><code>AENS.update(owner : address, name : string, expiry : option(Chain.ttl), client_ttl : option(int),
|
||||||
new_ptrs : map(string, AENS.pointee), <signature : signature>) : unit
|
new_ptrs : option(map(string, AENS.pointee)), <signature : signature>) : unit
|
||||||
</code></pre></div>
|
</code></pre></div>
|
||||||
<p>Updates the name. If the optional parameters are set to <code>None</code> that parameter
|
<p>Updates the name. If the optional parameters are set to <code>None</code> that parameter
|
||||||
will not be updated, for example if <code>None</code> is passed as <code>expiry</code> the expiry
|
will not be updated, for example if <code>None</code> is passed as <code>expiry</code> the expiry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user