Skip to content

Commit

Permalink
deploy: 5943075
Browse files Browse the repository at this point in the history
  • Loading branch information
digorithm committed Apr 16, 2024
1 parent 24a8597 commit 8d659dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion master/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -3028,7 +3028,7 @@ <h2 id="convert-to-address"><a class="header" href="#convert-to-address">Convert
let address = Address::from_str(hex_str)?;
</code></pre>
<h2 id="convert-to-contractid"><a class="header" href="#convert-to-contractid">Convert to <code>ContractId</code></a></h2>
<p>Convert a <code>[u8; 32]</code> array to to <code>ContractId</code>:</p>
<p>Convert a <code>[u8; 32]</code> array to <code>ContractId</code>:</p>
<pre><code class="language-rust ignore"> let my_slice = [1u8; 32];
let contract_id = ContractId::new(my_slice);
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion master/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion master/searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion master/types/conversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h2 id="convert-to-address"><a class="header" href="#convert-to-address">Convert
let address = Address::from_str(hex_str)?;
</code></pre>
<h2 id="convert-to-contractid"><a class="header" href="#convert-to-contractid">Convert to <code>ContractId</code></a></h2>
<p>Convert a <code>[u8; 32]</code> array to to <code>ContractId</code>:</p>
<p>Convert a <code>[u8; 32]</code> array to <code>ContractId</code>:</p>
<pre><code class="language-rust ignore"> let my_slice = [1u8; 32];
let contract_id = ContractId::new(my_slice);
</code></pre>
Expand Down

0 comments on commit 8d659dd

Please sign in to comment.