Skip to content

Commit

Permalink
Deploying to gh-pages from @ f48b3d1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 17, 2023
1 parent ff4665c commit 3f8b9f0
Show file tree
Hide file tree
Showing 49 changed files with 1,775 additions and 124 deletions.
2 changes: 1 addition & 1 deletion domain_test_service/domain/struct.DomainNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
&mut self,
nonce: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>,
function: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;&lt;Runtime as Config&gt;::RuntimeCall&gt;
) -&gt; UncheckedExtrinsic&lt;<a class="type" href="../../evm_domain_test_runtime/type.Address.html" title="type evm_domain_test_runtime::Address">Address</a>, &lt;Runtime as Config&gt;::RuntimeCall, <a class="type" href="../../evm_domain_test_runtime/type.Signature.html" title="type evm_domain_test_runtime::Signature">Signature</a>, (CheckNonZeroSender&lt;Runtime&gt;, CheckSpecVersion&lt;Runtime&gt;, CheckTxVersion&lt;Runtime&gt;, CheckGenesis&lt;Runtime&gt;, CheckMortality&lt;Runtime&gt;, CheckNonce&lt;Runtime&gt;, CheckWeight&lt;Runtime&gt;, ChargeTransactionPayment&lt;Runtime&gt;)&gt;</h4></section></summary><div class="docblock"><p>Construct an extrinsic.</p>
) -&gt; UncheckedExtrinsic&lt;Address, &lt;Runtime as Config&gt;::RuntimeCall, Signature, (CheckNonZeroSender&lt;Runtime&gt;, CheckSpecVersion&lt;Runtime&gt;, CheckTxVersion&lt;Runtime&gt;, CheckGenesis&lt;Runtime&gt;, CheckMortality&lt;Runtime&gt;, CheckNonce&lt;Runtime&gt;, CheckWeight&lt;Runtime&gt;, ChargeTransactionPayment&lt;Runtime&gt;)&gt;</h4></section></summary><div class="docblock"><p>Construct an extrinsic.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.send_extrinsic" class="method"><a class="src rightside" href="../../src/domain_test_service/domain.rs.html#355-360">source</a><h4 class="code-header">pub async fn <a href="#method.send_extrinsic" class="fn">send_extrinsic</a>(
&amp;self,
extrinsic: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;OpaqueExtrinsic&gt;
Expand Down
2 changes: 1 addition & 1 deletion domain_test_service/domain/struct.DomainNodeBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
self,
role: Role,
domain_id: <a class="struct" href="../../sp_domains/struct.DomainId.html" title="struct sp_domains::DomainId">DomainId</a>,
mock_consensus_node: &amp;mut <a class="struct" href="../../subspace_test_service/struct.MockConsensusNode.html" title="struct subspace_test_service::MockConsensusNode">MockConsensusNode</a>
mock_consensus_node: &amp;mut MockConsensusNode
) -&gt; <a class="type" href="type.EvmDomainNode.html" title="type domain_test_service::domain::EvmDomainNode">EvmDomainNode</a></h4></section></summary><div class="docblock"><p>Build a evm domain node</p>
</div></details></div></details></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-DomainNodeBuilder" class="impl"><a href="#impl-RefUnwindSafe-for-DomainNodeBuilder" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.DomainNodeBuilder.html" title="struct domain_test_service::domain::DomainNodeBuilder">DomainNodeBuilder</a></h3></section><section id="impl-Send-for-DomainNodeBuilder" class="impl"><a href="#impl-Send-for-DomainNodeBuilder" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.DomainNodeBuilder.html" title="struct domain_test_service::domain::DomainNodeBuilder">DomainNodeBuilder</a></h3></section><section id="impl-Sync-for-DomainNodeBuilder" class="impl"><a href="#impl-Sync-for-DomainNodeBuilder" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.DomainNodeBuilder.html" title="struct domain_test_service::domain::DomainNodeBuilder">DomainNodeBuilder</a></h3></section><section id="impl-Unpin-for-DomainNodeBuilder" class="impl"><a href="#impl-Unpin-for-DomainNodeBuilder" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.DomainNodeBuilder.html" title="struct domain_test_service::domain::DomainNodeBuilder">DomainNodeBuilder</a></h3></section><section id="impl-UnwindSafe-for-DomainNodeBuilder" class="impl"><a href="#impl-UnwindSafe-for-DomainNodeBuilder" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.DomainNodeBuilder.html" title="struct domain_test_service::domain::DomainNodeBuilder">DomainNodeBuilder</a></h3></section></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-DomainNodeBuilder" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#201">source</a><a href="#impl-Any-for-DomainNodeBuilder" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<span class="where fmt-newline">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#202">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-DomainNodeBuilder-1" class="impl"><a href="#impl-Any-for-DomainNodeBuilder-1" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; Any for T<span class="where fmt-newline">where
Expand Down
2 changes: 1 addition & 1 deletion domain_test_service/domain/trait.FromKeyring.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
fn <a href="#tymethod.from_keyring" class="fn">from_keyring</a>(key: <a class="enum" href="../keyring/enum.Keyring.html" title="enum domain_test_service::keyring::Keyring">EcdsaKeyring</a>) -&gt; Self;
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Trait for convert keyring to account id</p>
</div></details><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="tymethod.from_keyring" class="method"><a class="src rightside" href="../../src/domain_test_service/domain.rs.html#52">source</a><h4 class="code-header">fn <a href="#tymethod.from_keyring" class="fn">from_keyring</a>(key: <a class="enum" href="../keyring/enum.Keyring.html" title="enum domain_test_service::keyring::Keyring">EcdsaKeyring</a>) -&gt; Self</h4></section></summary><div class="docblock"><p>Convert keyring to account id</p>
</div></details></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-FromKeyring-for-AccountId20" class="impl"><a class="src rightside" href="../../src/domain_test_service/domain.rs.html#55-59">source</a><a href="#impl-FromKeyring-for-AccountId20" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.FromKeyring.html" title="trait domain_test_service::domain::FromKeyring">FromKeyring</a> for <a class="type" href="../../evm_domain_test_runtime/type.AccountId.html" title="type evm_domain_test_runtime::AccountId">AccountId20</a></h3></section></summary><div class="impl-items"><section id="method.from_keyring" class="method trait-impl"><a class="src rightside" href="../../src/domain_test_service/domain.rs.html#56-58">source</a><a href="#method.from_keyring" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_keyring" class="fn">from_keyring</a>(key: <a class="enum" href="../keyring/enum.Keyring.html" title="enum domain_test_service::keyring::Keyring">EcdsaKeyring</a>) -&gt; Self</h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../../implementors/domain_test_service/domain/trait.FromKeyring.js" data-ignore-extern-crates="evm_domain_test_runtime" async></script></section></div></main></body></html>
</div></details></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-FromKeyring-for-AccountId20" class="impl"><a class="src rightside" href="../../src/domain_test_service/domain.rs.html#55-59">source</a><a href="#impl-FromKeyring-for-AccountId20" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.FromKeyring.html" title="trait domain_test_service::domain::FromKeyring">FromKeyring</a> for AccountId20</h3></section></summary><div class="impl-items"><section id="method.from_keyring" class="method trait-impl"><a class="src rightside" href="../../src/domain_test_service/domain.rs.html#56-58">source</a><a href="#method.from_keyring" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_keyring" class="fn">from_keyring</a>(key: <a class="enum" href="../keyring/enum.Keyring.html" title="enum domain_test_service::keyring::Keyring">EcdsaKeyring</a>) -&gt; Self</h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../../implementors/domain_test_service/domain/trait.FromKeyring.js" data-ignore-extern-crates="evm_domain_test_runtime" async></script></section></div></main></body></html>
Loading

0 comments on commit 3f8b9f0

Please sign in to comment.