Skip to content

Commit

Permalink
Deploying to gh-pages from @ 217e0d9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Apr 24, 2024
1 parent 1686835 commit 4390535
Show file tree
Hide file tree
Showing 70 changed files with 1,023 additions and 741 deletions.
2 changes: 1 addition & 1 deletion domain_service/fn.new_full.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!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><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-081576b923113409.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.79.0-nightly (fb898629a 2024-04-21)" data-channel="nightly" data-search-js="search-bf21c90c8c1d92b1.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-e32f0c247825364d.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-09095024cf37855e.css"></noscript><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="Type ‘S’ or ‘/’ 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">Settings</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">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;, RuntimeExecutor, 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;, <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
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
6 changes: 3 additions & 3 deletions domain_service/struct.DomainParams.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
pub 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;,
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: GossipMessageSink,
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, 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 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: 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-Freeze-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="impl"><a href="#impl-Freeze-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.Freeze.html" title="trait core::marker::Freeze">Freeze</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: <a class="struct" href="../domain_client_operator/struct.OperatorStreams.html" title="struct domain_client_operator::OperatorStreams">OperatorStreams</a>&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-Freeze-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="impl"><a href="#impl-Freeze-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.Freeze.html" title="trait core::marker::Freeze">Freeze</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
&lt;&lt;CBlock as Block&gt;::Header as Header&gt;::Number: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a>,
Provider: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a>,
IBNS: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a>,
Expand Down
Loading

0 comments on commit 4390535

Please sign in to comment.