Skip to content

Commit

Permalink
Adding or updating preview build for PR: 1361
Browse files Browse the repository at this point in the history
  • Loading branch information
Hodor The Master committed Oct 10, 2024
1 parent d86c467 commit 35d908d
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ <h4 id="returns_6" class="discrete">Returns</h4>
<div class="hdlist stripes-odd">
<table>
<colgroup>
<col style="width: 5%;">
<col style="width: 30%;">
<col>
</colgroup>
<tr>
Expand Down Expand Up @@ -1184,7 +1184,7 @@ <h4 id="function_definition_6" class="discrete">Function definition</h4>
<h3 id="l2ToL1Messages"><a class="anchor" href="#l2ToL1Messages"></a><code>l2ToL1Messages</code></h3>
<h4 id="description_7" class="discrete">Description</h4>
<div class="paragraph">
<p>Indicates if a pending message is associated with a given message hash.</p>
<p>Indicates the number of pending messages associated with a given message hash.</p>
</div>
<h4 id="state_mutability_7" class="discrete">State Mutability</h4>
<div class="paragraph">
Expand All @@ -1209,31 +1209,7 @@ <h4 id="parameters_7" class="discrete">Parameters</h4>
</div>
<h4 id="returns_7" class="discrete">Returns</h4>
<div class="paragraph">
<p>Returns <code>uint256 <em>result</em></code>, where <code><em>result</em></code> is one of the following:</p>
</div>
<div class="hdlist stripes-odd">
<table>
<colgroup>
<col style="width: 30%;">
<col>
</colgroup>
<tr>
<td class="hdlist1">
<code>1</code>
</td>
<td class="hdlist2">
<p>A pending message is associated with the <code><em>msgHash</em></code> parameter.</p>
</td>
</tr>
<tr>
<td class="hdlist1">
<code>0</code>
</td>
<td class="hdlist2">
<p>No pending message is associated with the <code><em>msgHash</em></code> parameter.</p>
</td>
</tr>
</table>
<p>Returns <code>uint256 <em>result</em></code>, where <code><em>result</em></code> is the number of pending messages associated with the <code><em>msgHash</em></code> parameter.</p>
</div>
<h4 id="function_definition_7" class="discrete">Function definition</h4>
<div class="paragraph">
Expand Down
2 changes: 1 addition & 1 deletion pr-1361/search-index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 35d908d

Please sign in to comment.