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 Jan 30, 2024
1 parent d2e947c commit 60f54e0
Show file tree
Hide file tree
Showing 92 changed files with 1,242 additions and 1,212 deletions.
2 changes: 1 addition & 1 deletion ink/struct.ValueReturned.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ink_e2e/enum.AccountKeyring.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ink_e2e/sr25519/enum.Error.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions ink_e2e/struct.Client.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ink_e2e/struct.DrinkClient.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions ink_e2e/struct.H256.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ink_e2e/struct.RpcClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
method: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.str.html">str</a>,
params: RpcParams
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.75.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Res, Error&gt;<span class="where fmt-newline">where
Res: <a class="trait" href="https://docs.rs/serde/1.0.195/serde/de/trait.DeserializeOwned.html" title="trait serde::de::DeserializeOwned">DeserializeOwned</a>,</span></h4></section></summary><div class="docblock"><p>Make an RPC request, given a method name and some parameters.</p>
Res: <a class="trait" href="https://docs.rs/serde/1.0.196/serde/de/trait.DeserializeOwned.html" title="trait serde::de::DeserializeOwned">DeserializeOwned</a>,</span></h4></section></summary><div class="docblock"><p>Make an RPC request, given a method name and some parameters.</p>
<p>See [<code>RpcParams</code>] and the [<code>rpc_params!</code>] macro for an example of how to
construct the parameters.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.subscribe" class="method"><h4 class="code-header">pub async fn <a href="#method.subscribe" class="fn">subscribe</a>&lt;Res&gt;(
Expand All @@ -19,7 +19,7 @@
params: RpcParams,
unsub: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.str.html">str</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.75.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;RpcSubscription&lt;Res&gt;, Error&gt;<span class="where fmt-newline">where
Res: <a class="trait" href="https://docs.rs/serde/1.0.195/serde/de/trait.DeserializeOwned.html" title="trait serde::de::DeserializeOwned">DeserializeOwned</a>,</span></h4></section></summary><div class="docblock"><p>Subscribe to an RPC endpoint, providing the parameters and the method to call to
Res: <a class="trait" href="https://docs.rs/serde/1.0.196/serde/de/trait.DeserializeOwned.html" title="trait serde::de::DeserializeOwned">DeserializeOwned</a>,</span></h4></section></summary><div class="docblock"><p>Subscribe to an RPC endpoint, providing the parameters and the method to call to
unsubscribe from it again.</p>
<p>See [<code>RpcParams</code>] and the [<code>rpc_params!</code>] macro for an example of how to
construct the parameters.</p>
Expand Down
4 changes: 2 additions & 2 deletions ink_e2e/trait.ChainBackend.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
Runtime: RuntimeT + Config,
AccountIdFor&lt;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;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> = DrinkErr</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#312-448">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>,
C::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/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</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/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + Codec + <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="struct" href="sr25519/struct.PublicKey.html" title="struct ink_e2e::sr25519::PublicKey">PublicKey</a>&gt; + <a class="trait" href="https://docs.rs/serde/1.0.195/serde/de/trait.DeserializeOwned.html" title="trait serde::de::DeserializeOwned">DeserializeOwned</a>,
C::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/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</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/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + Codec + <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="struct" href="sr25519/struct.PublicKey.html" title="struct ink_e2e::sr25519::PublicKey">PublicKey</a>&gt; + <a class="trait" href="https://docs.rs/serde/1.0.196/serde/de/trait.DeserializeOwned.html" title="trait serde::de::DeserializeOwned">DeserializeOwned</a>,
C::Address: <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="struct" href="sr25519/struct.PublicKey.html" title="struct ink_e2e::sr25519::PublicKey">PublicKey</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> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
C::Signature: <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="struct" href="sr25519/struct.Signature.html" title="struct ink_e2e::sr25519::Signature">Signature</a>&gt;,
&lt;C::ExtrinsicParams as ExtrinsicParams&lt;C&gt;&gt;::OtherParams: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/default/trait.Default.html" title="trait core::default::Default">Default</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>,
E: Environment,
E::AccountId: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</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>,
E::Balance: <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/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</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.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u128.html">u128</a>&gt; + HasCompact + <a class="trait" href="https://docs.rs/serde/1.0.195/serde/ser/trait.Serialize.html" title="trait serde::ser::Serialize">Serialize</a>,</span></h3></section></summary><div class="impl-items"><section id="associatedtype.AccountId-2" class="associatedtype trait-impl"><a href="#associatedtype.AccountId-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.AccountId" class="associatedtype">AccountId</a> = &lt;E as Environment&gt;::AccountId</h4></section><section id="associatedtype.Balance-2" class="associatedtype trait-impl"><a href="#associatedtype.Balance-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Balance" class="associatedtype">Balance</a> = &lt;E as Environment&gt;::Balance</h4></section><section id="associatedtype.Error-2" class="associatedtype trait-impl"><a href="#associatedtype.Error-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Error" class="associatedtype">Error</a> = Error&lt;DispatchError&gt;</h4></section><section id="associatedtype.EventLog-2" class="associatedtype trait-impl"><a href="#associatedtype.EventLog-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.EventLog" class="associatedtype">EventLog</a> = ExtrinsicEvents&lt;C&gt;</h4></section></div></details></div><script src="../trait.impl/ink_e2e/backend/trait.ChainBackend.js" async></script></section></div></main></body></html>
E::Balance: <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/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</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.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u128.html">u128</a>&gt; + HasCompact + <a class="trait" href="https://docs.rs/serde/1.0.196/serde/ser/trait.Serialize.html" title="trait serde::ser::Serialize">Serialize</a>,</span></h3></section></summary><div class="impl-items"><section id="associatedtype.AccountId-2" class="associatedtype trait-impl"><a href="#associatedtype.AccountId-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.AccountId" class="associatedtype">AccountId</a> = &lt;E as Environment&gt;::AccountId</h4></section><section id="associatedtype.Balance-2" class="associatedtype trait-impl"><a href="#associatedtype.Balance-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Balance" class="associatedtype">Balance</a> = &lt;E as Environment&gt;::Balance</h4></section><section id="associatedtype.Error-2" class="associatedtype trait-impl"><a href="#associatedtype.Error-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Error" class="associatedtype">Error</a> = Error&lt;DispatchError&gt;</h4></section><section id="associatedtype.EventLog-2" class="associatedtype trait-impl"><a href="#associatedtype.EventLog-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.EventLog" class="associatedtype">EventLog</a> = ExtrinsicEvents&lt;C&gt;</h4></section></div></details></div><script src="../trait.impl/ink_e2e/backend/trait.ChainBackend.js" async></script></section></div></main></body></html>
Loading

0 comments on commit 60f54e0

Please sign in to comment.