Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4825682 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Jan 30, 2024
1 parent 8973fee commit 1e71fe6
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion domain_client_operator/struct.Operator.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Client: HeaderBackend<Block> + BlockBackend<Block> + AuxStore + ProvideRuntimeApi<Block> + ProofProvider<Block> + Finalizer<Block, Backend> + 'static,
Client::Api: DomainCoreApi<Block> + MessengerApi<Block, NumberFor<Block>> + BlockBuilder<Block> + ApiExt<Block> + TaggedTransactionQueue<Block>,
CClient: HeaderBackend&lt;CBlock&gt; + HeaderMetadata&lt;CBlock, Error = Error&gt; + BlockBackend&lt;CBlock&gt; + ProvideRuntimeApi&lt;CBlock&gt; + ProofProvider&lt;CBlock&gt; + BlockchainEvents&lt;CBlock&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,
CClient::Api: DomainsApi&lt;CBlock, Block::Header&gt; + MessengerApi&lt;CBlock, NumberFor&lt;CBlock&gt;&gt; + BundleProducerElectionApi&lt;CBlock, Balance&gt; + FraudProofApi&lt;CBlock, Block::Header&gt;,
CClient::Api: DomainsApi&lt;CBlock, Block::Header&gt; + MessengerApi&lt;CBlock, NumberFor&lt;CBlock&gt;&gt; + BundleProducerElectionApi&lt;CBlock, Balance&gt; + <a class="trait" href="../sp_domains_fraud_proof/trait.FraudProofApi.html" title="trait sp_domains_fraud_proof::FraudProofApi">FraudProofApi</a>&lt;CBlock, Block::Header&gt;,
Backend: Backend&lt;Block&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,
TransactionPool: TransactionPool&lt;Block = Block&gt; + 'static,
E: CodeExecutor,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../src/domain_client_operator/operator.rs.html#101-202">source</a><h4 class="code-header">pub async fn <a href="#method.new" class="fn">new</a>&lt;IBNS, CIBNS, NSNS, ASS&gt;(
Expand Down
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
Expand Up @@ -6,7 +6,7 @@
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;,
CClient: HeaderBackend&lt;CBlock&gt; + HeaderMetadata&lt;CBlock, Error = Error&gt; + BlockBackend&lt;CBlock&gt; + ProofProvider&lt;CBlock&gt; + ProvideRuntimeApi&lt;CBlock&gt; + BlockchainEvents&lt;CBlock&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,
CClient::Api: DomainsApi&lt;CBlock, Header&gt; + RelayerApi&lt;CBlock, NumberFor&lt;CBlock&gt;&gt; + MessengerApi&lt;CBlock, NumberFor&lt;CBlock&gt;&gt; + BundleProducerElectionApi&lt;CBlock, Balance&gt; + FraudProofApi&lt;CBlock, Header&gt;,
CClient::Api: DomainsApi&lt;CBlock, Header&gt; + RelayerApi&lt;CBlock, NumberFor&lt;CBlock&gt;&gt; + MessengerApi&lt;CBlock, NumberFor&lt;CBlock&gt;&gt; + BundleProducerElectionApi&lt;CBlock, Balance&gt; + <a class="trait" href="../sp_domains_fraud_proof/trait.FraudProofApi.html" title="trait sp_domains_fraud_proof::FraudProofApi">FraudProofApi</a>&lt;CBlock, Header&gt;,
IBNS: Stream&lt;Item = (NumberFor&lt;CBlock&gt;, Sender&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;)&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'static,
CIBNS: Stream&lt;Item = BlockImportNotification&lt;CBlock&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'static,
NSNS: Stream&lt;Item = (Slot, <a class="struct" href="../subspace_core_primitives/struct.Randomness.html" title="struct subspace_core_primitives::Randomness">Randomness</a>)&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'static,
Expand Down
4 changes: 2 additions & 2 deletions pallet_transaction_fees/trait.Config.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
type <a href="#associatedtype.TotalSpacePledged" class="associatedtype">TotalSpacePledged</a>: Get&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;;
type <a href="#associatedtype.BlockchainHistorySize" class="associatedtype">BlockchainHistorySize</a>: Get&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;;
type <a href="#associatedtype.Currency" class="associatedtype">Currency</a>: Currency&lt;Self::AccountId&gt;;
type <a href="#associatedtype.FindBlockRewardAddress" class="associatedtype">FindBlockRewardAddress</a>: FindBlockRewardAddress&lt;Self::AccountId&gt;;
type <a href="#associatedtype.FindBlockRewardAddress" class="associatedtype">FindBlockRewardAddress</a>: <a class="trait" href="../subspace_runtime_primitives/trait.FindBlockRewardAddress.html" title="trait subspace_runtime_primitives::FindBlockRewardAddress">FindBlockRewardAddress</a>&lt;Self::AccountId&gt;;
type <a href="#associatedtype.DynamicCostOfStorage" class="associatedtype">DynamicCostOfStorage</a>: Get&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>&gt;;
type <a href="#associatedtype.WeightInfo" class="associatedtype">WeightInfo</a>: <a class="trait" href="trait.WeightInfo.html" title="trait pallet_transaction_fees::WeightInfo">WeightInfo</a>;
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Configuration trait of this pallet.</p>
Expand All @@ -21,5 +21,5 @@
</div></details><details class="toggle" open><summary><section id="associatedtype.TotalSpacePledged" class="method"><a class="src rightside" href="../src/pallet_transaction_fees/lib.rs.html#89">source</a><h4 class="code-header">type <a href="#associatedtype.TotalSpacePledged" class="associatedtype">TotalSpacePledged</a>: Get&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</h4></section></summary><div class="docblock"><p>How much space there is on the network.</p>
</div></details><details class="toggle" open><summary><section id="associatedtype.BlockchainHistorySize" class="method"><a class="src rightside" href="../src/pallet_transaction_fees/lib.rs.html#94">source</a><h4 class="code-header">type <a href="#associatedtype.BlockchainHistorySize" class="associatedtype">BlockchainHistorySize</a>: Get&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</h4></section></summary><div class="docblock"><p>How big is the history of the blockchain in archived state (thus includes erasure
coding, but not replication).</p>
</div></details><section id="associatedtype.Currency" class="method"><a class="src rightside" href="../src/pallet_transaction_fees/lib.rs.html#96">source</a><h4 class="code-header">type <a href="#associatedtype.Currency" class="associatedtype">Currency</a>: Currency&lt;Self::AccountId&gt;</h4></section><section id="associatedtype.FindBlockRewardAddress" class="method"><a class="src rightside" href="../src/pallet_transaction_fees/lib.rs.html#98">source</a><h4 class="code-header">type <a href="#associatedtype.FindBlockRewardAddress" class="associatedtype">FindBlockRewardAddress</a>: FindBlockRewardAddress&lt;Self::AccountId&gt;</h4></section><details class="toggle" open><summary><section id="associatedtype.DynamicCostOfStorage" class="method"><a class="src rightside" href="../src/pallet_transaction_fees/lib.rs.html#101">source</a><h4 class="code-header">type <a href="#associatedtype.DynamicCostOfStorage" class="associatedtype">DynamicCostOfStorage</a>: Get&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Whether dynamic cost of storage should be used</p>
</div></details><section id="associatedtype.Currency" class="method"><a class="src rightside" href="../src/pallet_transaction_fees/lib.rs.html#96">source</a><h4 class="code-header">type <a href="#associatedtype.Currency" class="associatedtype">Currency</a>: Currency&lt;Self::AccountId&gt;</h4></section><section id="associatedtype.FindBlockRewardAddress" class="method"><a class="src rightside" href="../src/pallet_transaction_fees/lib.rs.html#98">source</a><h4 class="code-header">type <a href="#associatedtype.FindBlockRewardAddress" class="associatedtype">FindBlockRewardAddress</a>: <a class="trait" href="../subspace_runtime_primitives/trait.FindBlockRewardAddress.html" title="trait subspace_runtime_primitives::FindBlockRewardAddress">FindBlockRewardAddress</a>&lt;Self::AccountId&gt;</h4></section><details class="toggle" open><summary><section id="associatedtype.DynamicCostOfStorage" class="method"><a class="src rightside" href="../src/pallet_transaction_fees/lib.rs.html#101">source</a><h4 class="code-header">type <a href="#associatedtype.DynamicCostOfStorage" class="associatedtype">DynamicCostOfStorage</a>: Get&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Whether dynamic cost of storage should be used</p>
</div></details><section id="associatedtype.WeightInfo" class="method"><a class="src rightside" href="../src/pallet_transaction_fees/lib.rs.html#103">source</a><h4 class="code-header">type <a href="#associatedtype.WeightInfo" class="associatedtype">WeightInfo</a>: <a class="trait" href="trait.WeightInfo.html" title="trait pallet_transaction_fees::WeightInfo">WeightInfo</a></h4></section></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/nightly/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../trait.impl/pallet_transaction_fees/pallet/trait.Config.js" async></script></section></div></main></body></html>
Loading

0 comments on commit 1e71fe6

Please sign in to comment.