Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4e7d57b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 9, 2023
1 parent 92a993f commit 195bb6b
Show file tree
Hide file tree
Showing 311 changed files with 2,188 additions and 1,266 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
__runtime_api_at_param__: <Block as Block>::Hash,
context: ExecutionContext,
extrinsic: <Block as Block>::Extrinsic
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/alloc/struct.Global.html" title="struct alloc::alloc::Global">Global</a>&gt;, ApiError&gt;</h4></section></summary><div class='docblock'>Returns the storage root after applying the extrinsic.</div></details><details class="toggle method-toggle" open><summary><section id="method.construct_set_code_extrinsic" class="method trait-impl"><a href="#method.construct_set_code_extrinsic" class="anchor">§</a><h4 class="code-header">fn <a class="fn">construct_set_code_extrinsic</a>(
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/alloc/struct.Global.html" title="struct alloc::alloc::Global">Global</a>&gt;, ApiError&gt;</h4></section></summary><div class='docblock'>Returns the storage root after applying the extrinsic.</div></details><details class="toggle method-toggle" open><summary><section id="method.construct_set_code_extrinsic-1" class="method trait-impl"><a href="#method.construct_set_code_extrinsic-1" class="anchor">§</a><h4 class="code-header">fn <a class="fn">construct_set_code_extrinsic</a>(
&amp;self,
__runtime_api_at_param__: &lt;Block as Block&gt;::Hash,
code: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/alloc/struct.Global.html" title="struct alloc::alloc::Global">Global</a>&gt;
Expand Down Expand Up @@ -163,7 +163,7 @@
context: ExecutionContext
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;BlockNumber, ApiError&gt;</h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-SetCodeConstructor%3CBlock%3E-for-RuntimeApiLight%3CExecutor%3E" class="impl"><a class="src rightside" href="../../src/domain_block_preprocessor/runtime_api_light.rs.html#201-213">source</a><a href="#impl-SetCodeConstructor%3CBlock%3E-for-RuntimeApiLight%3CExecutor%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Executor, Block&gt; <a class="trait" href="../runtime_api/trait.SetCodeConstructor.html" title="trait domain_block_preprocessor::runtime_api::SetCodeConstructor">SetCodeConstructor</a>&lt;Block&gt; for <a class="struct" href="struct.RuntimeApiLight.html" title="struct domain_block_preprocessor::runtime_api_light::RuntimeApiLight">RuntimeApiLight</a>&lt;Executor&gt;<span class="where fmt-newline">where
Block: BlockT,
Executor: CodeExecutor,</span></h3></section></summary><div class="impl-items"><section id="method.construct_set_code_extrinsic-1" class="method trait-impl"><a class="src rightside" href="../../src/domain_block_preprocessor/runtime_api_light.rs.html#206-212">source</a><a href="#method.construct_set_code_extrinsic-1" class="anchor">§</a><h4 class="code-header">fn <a href="../runtime_api/trait.SetCodeConstructor.html#tymethod.construct_set_code_extrinsic" class="fn">construct_set_code_extrinsic</a>(
Executor: CodeExecutor,</span></h3></section></summary><div class="impl-items"><section id="method.construct_set_code_extrinsic" class="method trait-impl"><a class="src rightside" href="../../src/domain_block_preprocessor/runtime_api_light.rs.html#206-212">source</a><a href="#method.construct_set_code_extrinsic" class="anchor">§</a><h4 class="code-header">fn <a href="../runtime_api/trait.SetCodeConstructor.html#tymethod.construct_set_code_extrinsic" class="fn">construct_set_code_extrinsic</a>(
&amp;self,
at: Block::Hash,
runtime_code: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;
Expand Down
2 changes: 1 addition & 1 deletion domain_client_message_relayer/enum.Error.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions domain_service/struct.DomainParams.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
pub consensus_client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CClient&gt;,
pub consensus_network_sync_oracle: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;dyn SyncOracle + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>&gt;,
pub select_chain: SC,
pub operator_streams: OperatorStreams&lt;CBlock, IBNS, CIBNS, NSNS&gt;,
pub operator_streams: <a class="struct" href="../domain_client_operator/struct.OperatorStreams.html" title="struct domain_client_operator::OperatorStreams">OperatorStreams</a>&lt;CBlock, IBNS, CIBNS, NSNS&gt;,
pub gossip_message_sink: GossipMessageSink,
pub provider: Provider,
}</code></pre><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.domain_id" class="structfield small-section-header"><a href="#structfield.domain_id" class="anchor field">§</a><code>domain_id: DomainId</code></span><span id="structfield.domain_config" class="structfield small-section-header"><a href="#structfield.domain_config" class="anchor field">§</a><code>domain_config: <a class="struct" href="struct.DomainConfiguration.html" title="struct domain_service::DomainConfiguration">DomainConfiguration</a>&lt;AccountId&gt;</code></span><span id="structfield.domain_created_at" class="structfield small-section-header"><a href="#structfield.domain_created_at" class="anchor field">§</a><code>domain_created_at: NumberFor&lt;CBlock&gt;</code></span><span id="structfield.consensus_client" class="structfield small-section-header"><a href="#structfield.consensus_client" class="anchor field">§</a><code>consensus_client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CClient&gt;</code></span><span id="structfield.consensus_network_sync_oracle" class="structfield small-section-header"><a href="#structfield.consensus_network_sync_oracle" class="anchor field">§</a><code>consensus_network_sync_oracle: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;dyn SyncOracle + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>&gt;</code></span><span id="structfield.select_chain" class="structfield small-section-header"><a href="#structfield.select_chain" class="anchor field">§</a><code>select_chain: SC</code></span><span id="structfield.operator_streams" class="structfield small-section-header"><a href="#structfield.operator_streams" class="anchor field">§</a><code>operator_streams: OperatorStreams&lt;CBlock, IBNS, CIBNS, NSNS&gt;</code></span><span id="structfield.gossip_message_sink" class="structfield small-section-header"><a href="#structfield.gossip_message_sink" class="anchor field">§</a><code>gossip_message_sink: GossipMessageSink</code></span><span id="structfield.provider" class="structfield small-section-header"><a href="#structfield.provider" class="anchor field">§</a><code>provider: Provider</code></span><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-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="impl"><a href="#impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, Provider&gt; !<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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, Provider&gt;</h3></section><section id="impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="impl"><a href="#impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, Provider&gt; <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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, Provider&gt;<span class="where fmt-newline">where
}</code></pre><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.domain_id" class="structfield small-section-header"><a href="#structfield.domain_id" class="anchor field">§</a><code>domain_id: DomainId</code></span><span id="structfield.domain_config" class="structfield small-section-header"><a href="#structfield.domain_config" class="anchor field">§</a><code>domain_config: <a class="struct" href="struct.DomainConfiguration.html" title="struct domain_service::DomainConfiguration">DomainConfiguration</a>&lt;AccountId&gt;</code></span><span id="structfield.domain_created_at" class="structfield small-section-header"><a href="#structfield.domain_created_at" class="anchor field">§</a><code>domain_created_at: NumberFor&lt;CBlock&gt;</code></span><span id="structfield.consensus_client" class="structfield small-section-header"><a href="#structfield.consensus_client" class="anchor field">§</a><code>consensus_client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CClient&gt;</code></span><span id="structfield.consensus_network_sync_oracle" class="structfield small-section-header"><a href="#structfield.consensus_network_sync_oracle" class="anchor field">§</a><code>consensus_network_sync_oracle: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;dyn SyncOracle + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>&gt;</code></span><span id="structfield.select_chain" class="structfield small-section-header"><a href="#structfield.select_chain" class="anchor field">§</a><code>select_chain: SC</code></span><span id="structfield.operator_streams" class="structfield small-section-header"><a href="#structfield.operator_streams" class="anchor field">§</a><code>operator_streams: <a class="struct" href="../domain_client_operator/struct.OperatorStreams.html" title="struct domain_client_operator::OperatorStreams">OperatorStreams</a>&lt;CBlock, IBNS, CIBNS, NSNS&gt;</code></span><span id="structfield.gossip_message_sink" class="structfield small-section-header"><a href="#structfield.gossip_message_sink" class="anchor field">§</a><code>gossip_message_sink: GossipMessageSink</code></span><span id="structfield.provider" class="structfield small-section-header"><a href="#structfield.provider" class="anchor field">§</a><code>provider: Provider</code></span><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-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="impl"><a href="#impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, Provider&gt; !<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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, Provider&gt;</h3></section><section id="impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="impl"><a href="#impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, Provider&gt; <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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, Provider&gt;<span class="where fmt-newline">where
AccountId: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
CClient: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
CIBNS: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
Expand Down
Loading

0 comments on commit 195bb6b

Please sign in to comment.