Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Voronezhskii committed Aug 5, 2021
1 parent 7505b5b commit 41d1917
Show file tree
Hide file tree
Showing 29 changed files with 3,230 additions and 3,230 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

128 changes: 64 additions & 64 deletions docs/classes/abimodule.html → docs/classes/AbiModule.html

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions docs/classes/bocmodule.html → docs/classes/BocModule.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions docs/classes/clientmodule.html → docs/classes/ClientModule.html

Large diffs are not rendered by default.

528 changes: 264 additions & 264 deletions docs/classes/cryptomodule.html → docs/classes/CryptoModule.html

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions docs/classes/debotmodule.html → docs/classes/DebotModule.html

Large diffs are not rendered by default.

252 changes: 126 additions & 126 deletions docs/classes/netmodule.html → docs/classes/NetModule.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

246 changes: 123 additions & 123 deletions docs/classes/tonclient.html → docs/classes/TonClient.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions docs/classes/tvmmodule.html → docs/classes/TvmModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<a href="../modules.html">@tonclient/core</a>
</li>
<li>
<a href="tvmmodule.html">TvmModule</a>
<a href="TvmModule.html">TvmModule</a>
</li>
</ul>
<h1>Class TvmModule</h1>
Expand All @@ -80,21 +80,21 @@ <h2>Index</h2>
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="tvmmodule.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="TvmModule.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class"><a href="tvmmodule.html#client" class="tsd-kind-icon">client</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="TvmModule.html#client" class="tsd-kind-icon">client</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class"><a href="tvmmodule.html#run_executor" class="tsd-kind-icon">run_<wbr>executor</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="tvmmodule.html#run_get" class="tsd-kind-icon">run_<wbr>get</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="tvmmodule.html#run_tvm" class="tsd-kind-icon">run_<wbr>tvm</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="TvmModule.html#run_executor" class="tsd-kind-icon">run_<wbr>executor</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="TvmModule.html#run_get" class="tsd-kind-icon">run_<wbr>get</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="TvmModule.html#run_tvm" class="tsd-kind-icon">run_<wbr>tvm</a></li>
</ul>
</section>
</div>
Expand All @@ -106,13 +106,13 @@ <h2>Constructors</h2>
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">new <wbr>Tvm<wbr>Module<span class="tsd-signature-symbol">(</span>client<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IClient</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tvmmodule.html" class="tsd-signature-type" data-tsd-kind="Class">TvmModule</a></li>
<li class="tsd-signature tsd-kind-icon">new <wbr>Tvm<wbr>Module<span class="tsd-signature-symbol">(</span>client<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IClient</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="TvmModule.html" class="tsd-signature-type" data-tsd-kind="Class">TvmModule</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/tonlabs/ton-client-js/blob/da46f80/packages/core/src/modules.ts#L4378">modules.ts:4378</a></li>
<li>Defined in <a href="https://github.com/tonlabs/ton-client-js/blob/7505b5b/packages/core/src/modules.ts#L4380">modules.ts:4380</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -121,7 +121,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>client: <span class="tsd-signature-type">IClient</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="tvmmodule.html" class="tsd-signature-type" data-tsd-kind="Class">TvmModule</a></h4>
<h4 class="tsd-returns-title">Returns <a href="TvmModule.html" class="tsd-signature-type" data-tsd-kind="Class">TvmModule</a></h4>
</li>
</ul>
</section>
Expand All @@ -134,7 +134,7 @@ <h3>client</h3>
<div class="tsd-signature tsd-kind-icon">client<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IClient</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/tonlabs/ton-client-js/blob/da46f80/packages/core/src/modules.ts#L4378">modules.ts:4378</a></li>
<li>Defined in <a href="https://github.com/tonlabs/ton-client-js/blob/7505b5b/packages/core/src/modules.ts#L4378">modules.ts:4378</a></li>
</ul>
</aside>
</section>
Expand All @@ -145,13 +145,13 @@ <h2>Methods</h2>
<a name="run_executor" class="tsd-anchor"></a>
<h3>run_<wbr>executor</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">run_<wbr>executor<span class="tsd-signature-symbol">(</span>params<span class="tsd-signature-symbol">: </span><a href="../modules.html#paramsofrunexecutor" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunExecutor</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#resultofrunexecutor" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunExecutor</a><span class="tsd-signature-symbol">&gt;</span></li>
<li class="tsd-signature tsd-kind-icon">run_<wbr>executor<span class="tsd-signature-symbol">(</span>params<span class="tsd-signature-symbol">: </span><a href="../modules.html#ParamsOfRunExecutor" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunExecutor</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#ResultOfRunExecutor" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunExecutor</a><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/tonlabs/ton-client-js/blob/da46f80/packages/core/src/modules.ts#L4423">modules.ts:4423</a></li>
<li>Defined in <a href="https://github.com/tonlabs/ton-client-js/blob/7505b5b/packages/core/src/modules.ts#L4423">modules.ts:4423</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -190,10 +190,10 @@ <h3>run_<wbr>executor</h3>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>params: <a href="../modules.html#paramsofrunexecutor" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunExecutor</a></h5>
<h5>params: <a href="../modules.html#ParamsOfRunExecutor" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunExecutor</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#resultofrunexecutor" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunExecutor</a><span class="tsd-signature-symbol">&gt;</span></h4>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#ResultOfRunExecutor" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunExecutor</a><span class="tsd-signature-symbol">&gt;</span></h4>
<p>ResultOfRunExecutor</p>
</li>
</ul>
Expand All @@ -202,13 +202,13 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
<a name="run_get" class="tsd-anchor"></a>
<h3>run_<wbr>get</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">run_<wbr>get<span class="tsd-signature-symbol">(</span>params<span class="tsd-signature-symbol">: </span><a href="../modules.html#paramsofrunget" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunGet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#resultofrunget" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunGet</a><span class="tsd-signature-symbol">&gt;</span></li>
<li class="tsd-signature tsd-kind-icon">run_<wbr>get<span class="tsd-signature-symbol">(</span>params<span class="tsd-signature-symbol">: </span><a href="../modules.html#ParamsOfRunGet" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunGet</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#ResultOfRunGet" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunGet</a><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/tonlabs/ton-client-js/blob/da46f80/packages/core/src/modules.ts#L4461">modules.ts:4461</a></li>
<li>Defined in <a href="https://github.com/tonlabs/ton-client-js/blob/7505b5b/packages/core/src/modules.ts#L4461">modules.ts:4461</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -225,10 +225,10 @@ <h3>run_<wbr>get</h3>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>params: <a href="../modules.html#paramsofrunget" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunGet</a></h5>
<h5>params: <a href="../modules.html#ParamsOfRunGet" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunGet</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#resultofrunget" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunGet</a><span class="tsd-signature-symbol">&gt;</span></h4>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#ResultOfRunGet" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunGet</a><span class="tsd-signature-symbol">&gt;</span></h4>
<p>ResultOfRunGet</p>
</li>
</ul>
Expand All @@ -237,13 +237,13 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
<a name="run_tvm" class="tsd-anchor"></a>
<h3>run_<wbr>tvm</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">run_<wbr>tvm<span class="tsd-signature-symbol">(</span>params<span class="tsd-signature-symbol">: </span><a href="../modules.html#paramsofruntvm" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunTvm</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#resultofruntvm" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunTvm</a><span class="tsd-signature-symbol">&gt;</span></li>
<li class="tsd-signature tsd-kind-icon">run_<wbr>tvm<span class="tsd-signature-symbol">(</span>params<span class="tsd-signature-symbol">: </span><a href="../modules.html#ParamsOfRunTvm" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunTvm</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#ResultOfRunTvm" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunTvm</a><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/tonlabs/ton-client-js/blob/da46f80/packages/core/src/modules.ts#L4447">modules.ts:4447</a></li>
<li>Defined in <a href="https://github.com/tonlabs/ton-client-js/blob/7505b5b/packages/core/src/modules.ts#L4447">modules.ts:4447</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -267,10 +267,10 @@ <h3>run_<wbr>tvm</h3>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>params: <a href="../modules.html#paramsofruntvm" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunTvm</a></h5>
<h5>params: <a href="../modules.html#ParamsOfRunTvm" class="tsd-signature-type" data-tsd-kind="Type alias">ParamsOfRunTvm</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#resultofruntvm" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunTvm</a><span class="tsd-signature-symbol">&gt;</span></h4>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#ResultOfRunTvm" class="tsd-signature-type" data-tsd-kind="Type alias">ResultOfRunTvm</a><span class="tsd-signature-symbol">&gt;</span></h4>
<p>ResultOfRunTvm</p>
</li>
</ul>
Expand All @@ -290,22 +290,22 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
</ul>
<ul class="current">
<li class="current tsd-kind-class">
<a href="tvmmodule.html" class="tsd-kind-icon">Tvm<wbr>Module</a>
<a href="TvmModule.html" class="tsd-kind-icon">Tvm<wbr>Module</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class">
<a href="tvmmodule.html#constructor" class="tsd-kind-icon">constructor</a>
<a href="TvmModule.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="tvmmodule.html#client" class="tsd-kind-icon">client</a>
<a href="TvmModule.html#client" class="tsd-kind-icon">client</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="tvmmodule.html#run_executor" class="tsd-kind-icon">run_<wbr>executor</a>
<a href="TvmModule.html#run_executor" class="tsd-kind-icon">run_<wbr>executor</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="tvmmodule.html#run_get" class="tsd-kind-icon">run_<wbr>get</a>
<a href="TvmModule.html#run_get" class="tsd-kind-icon">run_<wbr>get</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="tvmmodule.html#run_tvm" class="tsd-kind-icon">run_<wbr>tvm</a>
<a href="TvmModule.html#run_tvm" class="tsd-kind-icon">run_<wbr>tvm</a>
</li>
</ul>
</li>
Expand Down
Loading

0 comments on commit 41d1917

Please sign in to comment.