Skip to content

Commit

Permalink
deploy: e504f12
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed Jun 20, 2024
1 parent 648e160 commit a4df7ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4588,7 +4588,7 @@ <h2 id="proof-of-deletion"><a class="header" href="#proof-of-deletion">Proof of
could be a special scenario of skipping the checks by providing a proof of deletion.</p>
<p>This is one of the open topics for exploration and research, and it may be used in various ways.</p>
<h2 id="id"><a class="header" href="#id">ID</a></h2>
<p>When talking about <code>UID</code>s we should also mention the <code>ID</code> type. It is a wrapper around the <code>address</code>
<p>When talking about <code>UID</code> we should also mention the <code>ID</code> type. It is a wrapper around the <code>address</code>
type, and is used to represent an address-pointer. Usually, <code>ID</code> is used to point at an object,
however, there's no restriction, and no guarantee that the <code>ID</code> points to an existing object.</p>
<blockquote>
Expand All @@ -4604,7 +4604,7 @@ <h2 id="id"><a class="header" href="#id">ID</a></h2>
-->
<h2 id="fresh_object_address"><a class="header" href="#fresh_object_address">fresh_object_address</a></h2>
<p>TxContext provides the <code>fresh_object_address</code> function which can be utilized to create unique
addresses and <code>ID</code>s - it may be useful in some application that assign unique identifiers to user
addresses and <code>ID</code> - it may be useful in some application that assign unique identifiers to user
actions - for example, an order_id in a marketplace.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="restricted-and-public-transfer"><a class="header" href="#restricted-and-public-transfer">Restricted and Public Transfer</a></h1>
<p>Storage Operations that we described in the <a href="storage/./storage-functions.html">previous sections</a> are
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions storage/uid-and-id.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h2 id="proof-of-deletion"><a class="header" href="#proof-of-deletion">Proof of
could be a special scenario of skipping the checks by providing a proof of deletion.</p>
<p>This is one of the open topics for exploration and research, and it may be used in various ways.</p>
<h2 id="id"><a class="header" href="#id">ID</a></h2>
<p>When talking about <code>UID</code>s we should also mention the <code>ID</code> type. It is a wrapper around the <code>address</code>
<p>When talking about <code>UID</code> we should also mention the <code>ID</code> type. It is a wrapper around the <code>address</code>
type, and is used to represent an address-pointer. Usually, <code>ID</code> is used to point at an object,
however, there's no restriction, and no guarantee that the <code>ID</code> points to an existing object.</p>
<blockquote>
Expand All @@ -260,7 +260,7 @@ <h2 id="id"><a class="header" href="#id">ID</a></h2>
-->
<h2 id="fresh_object_address"><a class="header" href="#fresh_object_address">fresh_object_address</a></h2>
<p>TxContext provides the <code>fresh_object_address</code> function which can be utilized to create unique
addresses and <code>ID</code>s - it may be useful in some application that assign unique identifiers to user
addresses and <code>ID</code> - it may be useful in some application that assign unique identifiers to user
actions - for example, an order_id in a marketplace.</p>

</main>
Expand Down

0 comments on commit a4df7ff

Please sign in to comment.