Skip to content

Commit

Permalink
Deploying to gh-pages from @ e914134 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Apr 23, 2024
1 parent 9c7849f commit b2560ba
Show file tree
Hide file tree
Showing 25 changed files with 58 additions and 48 deletions.
2 changes: 1 addition & 1 deletion domain_service/fn.new_full.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Builds service for a domain full node."><title>new_full in domain_service - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-e935ef01ae1c1829.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="domain_service" data-themes="" data-resource-suffix="" data-rustdoc-version="1.78.0-nightly (c475e2303 2024-02-28)" data-channel="nightly" data-search-js="search-dd67cee4cfa65049.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-4c98445ec4002617.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-12cf3b4f4f9dc36d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-04d5337699b92874.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../domain_service/index.html">domain_service</a><span class="version">0.1.0</span></h2></div><div class="sidebar-elems"></div></nav><div class="sidebar-resizer"></div>
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../domain_service/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Function <a href="index.html">domain_service</a>::<wbr><a class="fn" href="#">new_full</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/domain_service/domain.rs.html#239-507">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub async fn new_full&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, RuntimeApi, AccountId, Provider, CNetwork&gt;(
domain_params: <a class="struct" href="struct.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&gt;
) -&gt; Result&lt;<a class="struct" href="struct.NewFull.html" title="struct domain_service::NewFull">NewFull</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="type" href="type.FullClient.html" title="type domain_service::FullClient">FullClient</a>&lt;Block, RuntimeApi&gt;&gt;, <a class="type" href="../sc_domains/type.RuntimeExecutor.html" title="type sc_domains::RuntimeExecutor">RuntimeExecutor</a>, CBlock, CClient, RuntimeApi, AccountId&gt;&gt;<div class="where">where
) -&gt; Result&lt;<a class="struct" href="struct.NewFull.html" title="struct domain_service::NewFull">NewFull</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;<a class="type" href="type.FullClient.html" title="type domain_service::FullClient">FullClient</a>&lt;Block, RuntimeApi&gt;&gt;, RuntimeExecutor, CBlock, CClient, RuntimeApi, AccountId&gt;&gt;<div class="where">where
CBlock: BlockT,
NumberFor&lt;CBlock&gt;: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;NumberFor&lt;Block&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;,
CBlock::Hash: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;Hash&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;Hash&gt;,
Expand Down
4 changes: 2 additions & 2 deletions domain_service/struct.DomainParams.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
pub consensus_offchain_tx_pool_factory: OffchainTransactionPoolFactory&lt;CBlock&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 operator_streams: OperatorStreams&lt;CBlock, IBNS, CIBNS, NSNS, ASS&gt;,
pub gossip_message_sink: <a class="type" href="../domain_client_message_relayer/type.GossipMessageSink.html" title="type domain_client_message_relayer::GossipMessageSink">GossipMessageSink</a>,
pub gossip_message_sink: GossipMessageSink,
pub domain_message_receiver: TracingUnboundedReceiver&lt;ChainTxPoolMsg&gt;,
pub provider: Provider,
pub skip_empty_bundle_production: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
pub consensus_state_pruning: PruningMode,
pub skip_out_of_order_slot: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
pub confirmation_depth_k: NumberFor&lt;CBlock&gt;,
</details>}</code></pre><h2 id="fields" class="fields section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.domain_id" class="structfield section-header"><a href="#structfield.domain_id" class="anchor field">§</a><code>domain_id: DomainId</code></span><span id="structfield.domain_config" class="structfield section-header"><a href="#structfield.domain_config" class="anchor field">§</a><code>domain_config: Configuration</code></span><span id="structfield.domain_created_at" class="structfield 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.maybe_operator_id" class="structfield section-header"><a href="#structfield.maybe_operator_id" class="anchor field">§</a><code>maybe_operator_id: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;OperatorId&gt;</code></span><span id="structfield.consensus_client" class="structfield 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" class="structfield section-header"><a href="#structfield.consensus_network" class="anchor field">§</a><code>consensus_network: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CNetwork&gt;</code></span><span id="structfield.consensus_offchain_tx_pool_factory" class="structfield section-header"><a href="#structfield.consensus_offchain_tx_pool_factory" class="anchor field">§</a><code>consensus_offchain_tx_pool_factory: OffchainTransactionPoolFactory&lt;CBlock&gt;</code></span><span id="structfield.consensus_network_sync_oracle" class="structfield 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.operator_streams" class="structfield section-header"><a href="#structfield.operator_streams" class="anchor field">§</a><code>operator_streams: OperatorStreams&lt;CBlock, IBNS, CIBNS, NSNS, ASS&gt;</code></span><span id="structfield.gossip_message_sink" class="structfield section-header"><a href="#structfield.gossip_message_sink" class="anchor field">§</a><code>gossip_message_sink: <a class="type" href="../domain_client_message_relayer/type.GossipMessageSink.html" title="type domain_client_message_relayer::GossipMessageSink">GossipMessageSink</a></code></span><span id="structfield.domain_message_receiver" class="structfield section-header"><a href="#structfield.domain_message_receiver" class="anchor field">§</a><code>domain_message_receiver: TracingUnboundedReceiver&lt;ChainTxPoolMsg&gt;</code></span><span id="structfield.provider" class="structfield section-header"><a href="#structfield.provider" class="anchor field">§</a><code>provider: Provider</code></span><span id="structfield.skip_empty_bundle_production" class="structfield section-header"><a href="#structfield.skip_empty_bundle_production" class="anchor field">§</a><code>skip_empty_bundle_production: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span id="structfield.consensus_state_pruning" class="structfield section-header"><a href="#structfield.consensus_state_pruning" class="anchor field">§</a><code>consensus_state_pruning: PruningMode</code></span><span id="structfield.skip_out_of_order_slot" class="structfield section-header"><a href="#structfield.skip_out_of_order_slot" class="anchor field">§</a><code>skip_out_of_order_slot: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span id="structfield.confirmation_depth_k" class="structfield section-header"><a href="#structfield.confirmation_depth_k" class="anchor field">§</a><code>confirmation_depth_k: NumberFor&lt;CBlock&gt;</code></span><h2 id="synthetic-implementations" class="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,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="impl"><a href="#impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&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, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&gt;</h3></section><section id="impl-Send-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="impl"><a href="#impl-Send-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&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, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&gt;<div class="where">where
</details>}</code></pre><h2 id="fields" class="fields section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.domain_id" class="structfield section-header"><a href="#structfield.domain_id" class="anchor field">§</a><code>domain_id: DomainId</code></span><span id="structfield.domain_config" class="structfield section-header"><a href="#structfield.domain_config" class="anchor field">§</a><code>domain_config: Configuration</code></span><span id="structfield.domain_created_at" class="structfield 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.maybe_operator_id" class="structfield section-header"><a href="#structfield.maybe_operator_id" class="anchor field">§</a><code>maybe_operator_id: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;OperatorId&gt;</code></span><span id="structfield.consensus_client" class="structfield 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" class="structfield section-header"><a href="#structfield.consensus_network" class="anchor field">§</a><code>consensus_network: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CNetwork&gt;</code></span><span id="structfield.consensus_offchain_tx_pool_factory" class="structfield section-header"><a href="#structfield.consensus_offchain_tx_pool_factory" class="anchor field">§</a><code>consensus_offchain_tx_pool_factory: OffchainTransactionPoolFactory&lt;CBlock&gt;</code></span><span id="structfield.consensus_network_sync_oracle" class="structfield 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.operator_streams" class="structfield section-header"><a href="#structfield.operator_streams" class="anchor field">§</a><code>operator_streams: OperatorStreams&lt;CBlock, IBNS, CIBNS, NSNS, ASS&gt;</code></span><span id="structfield.gossip_message_sink" class="structfield section-header"><a href="#structfield.gossip_message_sink" class="anchor field">§</a><code>gossip_message_sink: GossipMessageSink</code></span><span id="structfield.domain_message_receiver" class="structfield section-header"><a href="#structfield.domain_message_receiver" class="anchor field">§</a><code>domain_message_receiver: TracingUnboundedReceiver&lt;ChainTxPoolMsg&gt;</code></span><span id="structfield.provider" class="structfield section-header"><a href="#structfield.provider" class="anchor field">§</a><code>provider: Provider</code></span><span id="structfield.skip_empty_bundle_production" class="structfield section-header"><a href="#structfield.skip_empty_bundle_production" class="anchor field">§</a><code>skip_empty_bundle_production: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span id="structfield.consensus_state_pruning" class="structfield section-header"><a href="#structfield.consensus_state_pruning" class="anchor field">§</a><code>consensus_state_pruning: PruningMode</code></span><span id="structfield.skip_out_of_order_slot" class="structfield section-header"><a href="#structfield.skip_out_of_order_slot" class="anchor field">§</a><code>skip_out_of_order_slot: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span id="structfield.confirmation_depth_k" class="structfield section-header"><a href="#structfield.confirmation_depth_k" class="anchor field">§</a><code>confirmation_depth_k: NumberFor&lt;CBlock&gt;</code></span><h2 id="synthetic-implementations" class="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,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="impl"><a href="#impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&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, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&gt;</h3></section><section id="impl-Send-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="impl"><a href="#impl-Send-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&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, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&gt;<div class="where">where
ASS: <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.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</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 b2560ba

Please sign in to comment.