Skip to content

Commit

Permalink
deploy: cebd4c5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate committed Dec 6, 2024
1 parent c8d3c07 commit 84c1941
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions master/abi/json-abi-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ <h2 id="json-abi-spec"><a class="header" href="#json-abi-spec">JSON ABI Spec</a>
<li><code>&quot;typeId&quot;</code>: the <em>type metadata declaration</em> ID (number) or <em>type concrete declaration</em> hash based ID (string) of the type of the component.</li>
<li><code>&quot;typeArguments&quot;</code>: an array of the <em>type arguments</em> used when applying the type of the component, if the type is generic, otherwise nonexistent. Each <em>type argument</em> is a <em>type application</em> represented as a JSON object that contains the following properties:
<ul>
<li><code>&quot;name&quot;</code>: the name of the <em>type argument</em>.</li>
<li><code>&quot;typeId&quot;</code>: the <em>type metadata declaration</em> ID (number) or <em>type concrete declaration</em> hash based ID (string) of the type of the component.</li>
<li><code>&quot;typeArguments&quot;</code>: an array of the <em>type arguments</em> used when applying the type of the <em>type argument</em>, if the type is generic, otherwise nonexistent. The format of the elements of this array recursively follows the rules described in this section.</li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions master/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +1437,7 @@ <h2 id="json-abi-spec"><a class="header" href="#json-abi-spec">JSON ABI Spec</a>
<li><code>&quot;typeId&quot;</code>: the <em>type metadata declaration</em> ID (number) or <em>type concrete declaration</em> hash based ID (string) of the type of the component.</li>
<li><code>&quot;typeArguments&quot;</code>: an array of the <em>type arguments</em> used when applying the type of the component, if the type is generic, otherwise nonexistent. Each <em>type argument</em> is a <em>type application</em> represented as a JSON object that contains the following properties:
<ul>
<li><code>&quot;name&quot;</code>: the name of the <em>type argument</em>.</li>
<li><code>&quot;typeId&quot;</code>: the <em>type metadata declaration</em> ID (number) or <em>type concrete declaration</em> hash based ID (string) of the type of the component.</li>
<li><code>&quot;typeArguments&quot;</code>: an array of the <em>type arguments</em> used when applying the type of the <em>type argument</em>, if the type is generic, otherwise nonexistent. The format of the elements of this array recursively follows the rules described in this section.</li>
</ul>
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.

0 comments on commit 84c1941

Please sign in to comment.