Skip to content

Commit

Permalink
Updated docs for master} and pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
paritytech-ci committed Apr 24, 2024
1 parent 2e7934b commit 3b64453
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 24 deletions.
8 changes: 4 additions & 4 deletions ink_e2e/struct.SandboxClient.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ink_e2e/trait.ChainBackend.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
events that are associated with this transaction.</p>
<p>Since we might run node with an arbitrary runtime, this method inherently must
support dynamic calls.</p>
</div></details></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-ChainBackend-for-Client%3CAccountId,+Hash,+S%3E" class="impl"><a class="src rightside" href="../src/ink_e2e/sandbox_client.rs.html#130-204">source</a><a href="#impl-ChainBackend-for-Client%3CAccountId,+Hash,+S%3E" class="anchor">§</a><h3 class="code-header">impl&lt;AccountId: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.array.html">32</a>]&gt; + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>, Hash, S: Sandbox&gt; <a class="trait" href="trait.ChainBackend.html" title="trait ink_e2e::ChainBackend">ChainBackend</a> for ink_e2e::<a class="struct" href="struct.SandboxClient.html" title="struct ink_e2e::SandboxClient">SandboxClient</a>&lt;AccountId, Hash, S&gt;<span class="where fmt-newline">where
</div></details></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-ChainBackend-for-Client%3CAccountId,+Hash,+S%3E" class="impl"><a class="src rightside" href="../src/ink_e2e/sandbox_client.rs.html#130-206">source</a><a href="#impl-ChainBackend-for-Client%3CAccountId,+Hash,+S%3E" class="anchor">§</a><h3 class="code-header">impl&lt;AccountId: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.array.html">32</a>]&gt; + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>, Hash, S: Sandbox&gt; <a class="trait" href="trait.ChainBackend.html" title="trait ink_e2e::ChainBackend">ChainBackend</a> for ink_e2e::<a class="struct" href="struct.SandboxClient.html" title="struct ink_e2e::SandboxClient">SandboxClient</a>&lt;AccountId, Hash, S&gt;<span class="where fmt-newline">where
S::Runtime: Config,
AccountIdFor&lt;S::Runtime&gt;: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.array.html">32</a>]&gt;,</span></h3></section></summary><div class="impl-items"><section id="associatedtype.AccountId-1" class="associatedtype trait-impl"><a href="#associatedtype.AccountId-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.AccountId" class="associatedtype">AccountId</a> = AccountId</h4></section><section id="associatedtype.Balance-1" class="associatedtype trait-impl"><a href="#associatedtype.Balance-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Balance" class="associatedtype">Balance</a> = &lt;&lt;S as Sandbox&gt;::Runtime as Config&gt;::Balance</h4></section><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Error" class="associatedtype">Error</a> = SandboxErr</h4></section><section id="associatedtype.EventLog-1" class="associatedtype trait-impl"><a href="#associatedtype.EventLog-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.EventLog" class="associatedtype">EventLog</a> = <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.unit.html">()</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ChainBackend-for-Client%3CC,+E%3E" class="impl"><a class="src rightside" href="../src/ink_e2e/subxt_client.rs.html#316-453">source</a><a href="#impl-ChainBackend-for-Client%3CC,+E%3E" class="anchor">§</a><h3 class="code-header">impl&lt;C, E&gt; <a class="trait" href="trait.ChainBackend.html" title="trait ink_e2e::ChainBackend">ChainBackend</a> for ink_e2e::<a class="struct" href="struct.Client.html" title="struct ink_e2e::Client">Client</a>&lt;C, E&gt;<span class="where fmt-newline">where
C: Config + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
Expand Down
2 changes: 1 addition & 1 deletion ink_e2e/trait.ContractsBackend.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h5 id="example-3"><a href="#example-3">Example</a></h5>
</span>.submit()
.<span class="kw">await
</span>.expect(<span class="string">&quot;instantiate failed&quot;</span>);</code></pre></div>
</div></details></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-ContractsBackend%3CE%3E-for-Client%3CAccountId,+Hash,+S%3E" class="impl"><a class="src rightside" href="../src/ink_e2e/sandbox_client.rs.html#446-462">source</a><a href="#impl-ContractsBackend%3CE%3E-for-Client%3CAccountId,+Hash,+S%3E" class="anchor">§</a><h3 class="code-header">impl&lt;AccountId: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.array.html">32</a>]&gt; + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.array.html">32</a>]&gt;, Hash: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.array.html">32</a>]&gt;, S: Sandbox, E: Environment&lt;AccountId = AccountId, Balance = &lt;&lt;S::Runtime as Config&gt;::Currency as Inspect&lt;AccountIdFor&lt;S::Runtime&gt;&gt;&gt;::Balance, Hash = Hash&gt; + 'static&gt; <a class="trait" href="trait.ContractsBackend.html" title="trait ink_e2e::ContractsBackend">ContractsBackend</a>&lt;E&gt; for ink_e2e::<a class="struct" href="struct.SandboxClient.html" title="struct ink_e2e::SandboxClient">SandboxClient</a>&lt;AccountId, Hash, S&gt;<span class="where fmt-newline">where
</div></details></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-ContractsBackend%3CE%3E-for-Client%3CAccountId,+Hash,+S%3E" class="impl"><a class="src rightside" href="../src/ink_e2e/sandbox_client.rs.html#444-460">source</a><a href="#impl-ContractsBackend%3CE%3E-for-Client%3CAccountId,+Hash,+S%3E" class="anchor">§</a><h3 class="code-header">impl&lt;AccountId: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.array.html">32</a>]&gt; + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.array.html">32</a>]&gt;, Hash: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.array.html">32</a>]&gt;, S: Sandbox, E: Environment&lt;AccountId = AccountId, Balance = &lt;&lt;S::Runtime as Config&gt;::Currency as Inspect&lt;AccountIdFor&lt;S::Runtime&gt;&gt;&gt;::Balance, Hash = Hash&gt; + 'static&gt; <a class="trait" href="trait.ContractsBackend.html" title="trait ink_e2e::ContractsBackend">ContractsBackend</a>&lt;E&gt; for ink_e2e::<a class="struct" href="struct.SandboxClient.html" title="struct ink_e2e::SandboxClient">SandboxClient</a>&lt;AccountId, Hash, S&gt;<span class="where fmt-newline">where
S::Runtime: Config + Config,
AccountIdFor&lt;S::Runtime&gt;: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.array.html">32</a>]&gt; + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.array.html">32</a>]&gt;,</span></h3></section></summary><div class="impl-items"><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Error" class="associatedtype">Error</a> = SandboxErr</h4></section><section id="associatedtype.EventLog-1" class="associatedtype trait-impl"><a href="#associatedtype.EventLog-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.EventLog" class="associatedtype">EventLog</a> = <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.unit.html">()</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ContractsBackend%3CE%3E-for-Client%3CC,+E%3E" class="impl"><a class="src rightside" href="../src/ink_e2e/subxt_client.rs.html#654-677">source</a><a href="#impl-ContractsBackend%3CE%3E-for-Client%3CC,+E%3E" class="anchor">§</a><h3 class="code-header">impl&lt;C, E&gt; <a class="trait" href="trait.ContractsBackend.html" title="trait ink_e2e::ContractsBackend">ContractsBackend</a>&lt;E&gt; for ink_e2e::<a class="struct" href="struct.Client.html" title="struct ink_e2e::Client">Client</a>&lt;C, E&gt;<span class="where fmt-newline">where
C: Config + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
Expand Down
Loading

0 comments on commit 3b64453

Please sign in to comment.