Skip to content

Commit

Permalink
Deploy preview for PR 18 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
gdanezis committed Jun 11, 2024
1 parent 082175a commit fc233c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pr-preview/pr-18/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ <h2 id="blob-and-storage-objects"><a class="header" href="#blob-and-storage-obje
public fun start_epoch(self: &amp;Storage) : u64;
public fun end_epoch(self: &amp;Storage) : u64;
public fun storage_size(self: &amp;Storage) : u64;

</code></pre>
<h2 id="events"><a class="header" href="#events">Events</a></h2>
<p>When a blob is first registered a <code>BlobRegistered</code> event is emitted that informs storage nodes
Expand Down Expand Up @@ -872,6 +871,7 @@ <h2 id="http-api-usage"><a class="header" href="#http-api-usage">HTTP API Usage<
<div style="break-before: page; page-break-before: always;"></div><h1 id="python"><a class="header" href="#python">Python</a></h1>
<p>The <a href="https://github.com/MystenLabs/walrus-docs/tree/main/examples/python">python examples</a> folder
contains a number of examples:</p>
<!-- markdownlint-disable -->
<ul>
<li>How to <a href="https://github.com/MystenLabs/walrus-docs/blob/main/examples/python/hello_walrus_webapi.py">use the HTTP API</a>
to store and read a blob.</li>
Expand All @@ -882,6 +882,7 @@ <h2 id="http-api-usage"><a class="header" href="#http-api-usage">HTTP API Usage<
<li>How to <a href="https://github.com/MystenLabs/walrus-docs/blob/main/examples/python/hello_walrus_sui_system.py">read information from the Walrus system object</a>.</li>
<li>How to <a href="https://github.com/MystenLabs/walrus-docs/blob/main/examples/python/track_walrus_events.py">track Walrus related Events</a>.</li>
</ul>
<!-- markdownlint-enable -->
<div style="break-before: page; page-break-before: always;"></div><h1 id="walrus-glossary"><a class="header" href="#walrus-glossary">Walrus Glossary</a></h1>
<p>To make communication as clear and efficient as possible, we make sure to use a single term for
every Walrus entity/concept and <em>do not</em> use any synonyms. The following table lists various
Expand Down
2 changes: 2 additions & 0 deletions pr-preview/pr-18/python.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ <h1 class="menu-title">Walrus</h1>
<h1 id="python"><a class="header" href="#python">Python</a></h1>
<p>The <a href="https://github.com/MystenLabs/walrus-docs/tree/main/examples/python">python examples</a> folder
contains a number of examples:</p>
<!-- markdownlint-disable -->
<ul>
<li>How to <a href="https://github.com/MystenLabs/walrus-docs/blob/main/examples/python/hello_walrus_webapi.py">use the HTTP API</a>
to store and read a blob.</li>
Expand All @@ -186,6 +187,7 @@ <h1 id="python"><a class="header" href="#python">Python</a></h1>
<li>How to <a href="https://github.com/MystenLabs/walrus-docs/blob/main/examples/python/hello_walrus_sui_system.py">read information from the Walrus system object</a>.</li>
<li>How to <a href="https://github.com/MystenLabs/walrus-docs/blob/main/examples/python/track_walrus_events.py">track Walrus related Events</a>.</li>
</ul>
<!-- markdownlint-enable -->

</main>

Expand Down
1 change: 0 additions & 1 deletion pr-preview/pr-18/sui-struct.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ <h2 id="blob-and-storage-objects"><a class="header" href="#blob-and-storage-obje
public fun start_epoch(self: &amp;Storage) : u64;
public fun end_epoch(self: &amp;Storage) : u64;
public fun storage_size(self: &amp;Storage) : u64;

</code></pre>
<h2 id="events"><a class="header" href="#events">Events</a></h2>
<p>When a blob is first registered a <code>BlobRegistered</code> event is emitted that informs storage nodes
Expand Down

0 comments on commit fc233c9

Please sign in to comment.