Skip to content

Commit

Permalink
Deploying to gh-pages from @ 981bb42 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Feb 28, 2024
1 parent c919e89 commit e0ef476
Show file tree
Hide file tree
Showing 104 changed files with 458 additions and 671 deletions.
14 changes: 7 additions & 7 deletions domain_eth_service/provider/struct.EthProvider.html

Large diffs are not rendered by default.

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-4e54bb2b497cc83f.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.77.0-nightly (25f8d01fd 2024-01-18)" data-channel="nightly" data-search-js="search-dd67cee4cfa65049.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-0b2e2def73e61cbe.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#237-497">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/providers/struct.DefaultProvider.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions domain_service/providers/trait.BlockImportProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Required method
fn <a href="#tymethod.block_import" class="fn">block_import</a>(&amp;self, client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;Client&gt;) -&gt; Self::<a class="associatedtype" href="trait.BlockImportProvider.html#associatedtype.BI" title="type domain_service::providers::BlockImportProvider::BI">BI</a>;
}</code></pre><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><section id="associatedtype.BI" class="method"><a class="src rightside" href="../../src/domain_service/providers.rs.html#26">source</a><h4 class="code-header">type <a href="#associatedtype.BI" class="associatedtype">BI</a>: BlockImport&lt;Block, Error = Error&gt; + <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> + 'static</h4></section></div><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.block_import" class="method"><a class="src rightside" href="../../src/domain_service/providers.rs.html#27">source</a><h4 class="code-header">fn <a href="#tymethod.block_import" class="fn">block_import</a>(&amp;self, client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;Client&gt;) -&gt; Self::<a class="associatedtype" href="trait.BlockImportProvider.html#associatedtype.BI" title="type domain_service::providers::BlockImportProvider::BI">BI</a></h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-BlockImportProvider%3CBlock,+Client%3CBackend%3CBlock%3E,+LocalCallExecutor%3CBlock,+Backend%3CBlock%3E,+WasmExecutor%3C((HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions),+HostFunctions,+HostFunctions)%3E%3E,+Block,+RuntimeApi%3E%3E-for-DefaultProvider" class="impl"><a class="src rightside" href="../../src/domain_service/providers.rs.html#33-45">source</a><a href="#impl-BlockImportProvider%3CBlock,+Client%3CBackend%3CBlock%3E,+LocalCallExecutor%3CBlock,+Backend%3CBlock%3E,+WasmExecutor%3C((HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions),+HostFunctions,+HostFunctions)%3E%3E,+Block,+RuntimeApi%3E%3E-for-DefaultProvider" class="anchor">§</a><h3 class="code-header">impl&lt;Block, RuntimeApi&gt; <a class="trait" href="trait.BlockImportProvider.html" title="trait domain_service::providers::BlockImportProvider">BlockImportProvider</a>&lt;Block, Client&lt;Backend&lt;Block&gt;, LocalCallExecutor&lt;Block, Backend&lt;Block&gt;, WasmExecutor&lt;((HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions), <a class="struct" href="../../sp_messenger_host_functions/runtime_interface/messenger_runtime_interface/struct.HostFunctions.html" title="struct sp_messenger_host_functions::runtime_interface::messenger_runtime_interface::HostFunctions">HostFunctions</a>, <a class="struct" href="../../sp_subspace_mmr/runtime_interface/domain_mmr_runtime_interface/struct.HostFunctions.html" title="struct sp_subspace_mmr::runtime_interface::domain_mmr_runtime_interface::HostFunctions">HostFunctions</a>)&gt;&gt;, Block, RuntimeApi&gt;&gt; for <a class="struct" href="struct.DefaultProvider.html" title="struct domain_service::providers::DefaultProvider">DefaultProvider</a><div class="where">where
}</code></pre><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><section id="associatedtype.BI" class="method"><a class="src rightside" href="../../src/domain_service/providers.rs.html#26">source</a><h4 class="code-header">type <a href="#associatedtype.BI" class="associatedtype">BI</a>: BlockImport&lt;Block, Error = Error&gt; + <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> + 'static</h4></section></div><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.block_import" class="method"><a class="src rightside" href="../../src/domain_service/providers.rs.html#27">source</a><h4 class="code-header">fn <a href="#tymethod.block_import" class="fn">block_import</a>(&amp;self, client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;Client&gt;) -&gt; Self::<a class="associatedtype" href="trait.BlockImportProvider.html#associatedtype.BI" title="type domain_service::providers::BlockImportProvider::BI">BI</a></h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-BlockImportProvider%3CBlock,+Client%3CBackend%3CBlock%3E,+LocalCallExecutor%3CBlock,+Backend%3CBlock%3E,+WasmExecutor%3C((HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions),+HostFunctions,+HostFunctions)%3E%3E,+Block,+RuntimeApi%3E%3E-for-DefaultProvider" class="impl"><a class="src rightside" href="../../src/domain_service/providers.rs.html#33-45">source</a><a href="#impl-BlockImportProvider%3CBlock,+Client%3CBackend%3CBlock%3E,+LocalCallExecutor%3CBlock,+Backend%3CBlock%3E,+WasmExecutor%3C((HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions,+HostFunctions),+HostFunctions,+HostFunctions)%3E%3E,+Block,+RuntimeApi%3E%3E-for-DefaultProvider" class="anchor">§</a><h3 class="code-header">impl&lt;Block, RuntimeApi&gt; <a class="trait" href="trait.BlockImportProvider.html" title="trait domain_service::providers::BlockImportProvider">BlockImportProvider</a>&lt;Block, Client&lt;Backend&lt;Block&gt;, LocalCallExecutor&lt;Block, Backend&lt;Block&gt;, WasmExecutor&lt;((HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions), HostFunctions, <a class="struct" href="../../sp_subspace_mmr/runtime_interface/domain_mmr_runtime_interface/struct.HostFunctions.html" title="struct sp_subspace_mmr::runtime_interface::domain_mmr_runtime_interface::HostFunctions">HostFunctions</a>)&gt;&gt;, Block, RuntimeApi&gt;&gt; for <a class="struct" href="struct.DefaultProvider.html" title="struct domain_service::providers::DefaultProvider">DefaultProvider</a><div class="where">where
Block: BlockT,
RuntimeApi: ConstructRuntimeApi&lt;Block, <a class="type" href="../type.FullClient.html" title="type domain_service::FullClient">FullClient</a>&lt;Block, RuntimeApi&gt;&gt; + <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> + 'static,
RuntimeApi::RuntimeApi: ApiExt&lt;Block&gt; + Core&lt;Block&gt;,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.BI-1" class="associatedtype trait-impl"><a href="#associatedtype.BI-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.BI" class="associatedtype">BI</a> = <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;Client&lt;Backend&lt;Block&gt;, LocalCallExecutor&lt;Block, Backend&lt;Block&gt;, WasmExecutor&lt;((HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions), <a class="struct" href="../../sp_messenger_host_functions/runtime_interface/messenger_runtime_interface/struct.HostFunctions.html" title="struct sp_messenger_host_functions::runtime_interface::messenger_runtime_interface::HostFunctions">HostFunctions</a>, <a class="struct" href="../../sp_subspace_mmr/runtime_interface/domain_mmr_runtime_interface/struct.HostFunctions.html" title="struct sp_subspace_mmr::runtime_interface::domain_mmr_runtime_interface::HostFunctions">HostFunctions</a>)&gt;&gt;, Block, RuntimeApi&gt;&gt;</h4></section></div></details></div><script src="../../trait.impl/domain_service/providers/trait.BlockImportProvider.js" async></script></section></div></main></body></html>
RuntimeApi::RuntimeApi: ApiExt&lt;Block&gt; + Core&lt;Block&gt;,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.BI-1" class="associatedtype trait-impl"><a href="#associatedtype.BI-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.BI" class="associatedtype">BI</a> = <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;Client&lt;Backend&lt;Block&gt;, LocalCallExecutor&lt;Block, Backend&lt;Block&gt;, WasmExecutor&lt;((HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions), HostFunctions, <a class="struct" href="../../sp_subspace_mmr/runtime_interface/domain_mmr_runtime_interface/struct.HostFunctions.html" title="struct sp_subspace_mmr::runtime_interface::domain_mmr_runtime_interface::HostFunctions">HostFunctions</a>)&gt;&gt;, Block, RuntimeApi&gt;&gt;</h4></section></div></details></div><script src="../../trait.impl/domain_service/providers/trait.BlockImportProvider.js" async></script></section></div></main></body></html>
Loading

0 comments on commit e0ef476

Please sign in to comment.