Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
deploy: 7900c0b
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro committed Feb 6, 2024
1 parent dbedad4 commit 710a226
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion implementors/core/clone/trait.Clone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions madara/commands/run/struct.ExtendedRunCmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pub sealing: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="enum.Sealing.html" title="enum madara::commands::run::Sealing">Sealing</a>&gt;,
pub da_layer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="../../../mc_data_availability/enum.DaLayer.html" title="enum mc_data_availability::DaLayer">DaLayer</a>&gt;,
pub da_conf: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/std/path/struct.PathBuf.html" title="struct std::path::PathBuf">PathBuf</a>&gt;,
pub settlement: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="../../../mc_settlement/enum.SettlementLayer.html" title="enum mc_settlement::SettlementLayer">SettlementLayer</a>&gt;,
pub settlement: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;SettlementLayer&gt;,
pub settlement_conf: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/std/path/struct.PathBuf.html" title="struct std::path::PathBuf">PathBuf</a>&gt;,
pub cache: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
pub l1_messages_worker: <a class="struct" href="struct.L1Messages.html" title="struct madara::commands::run::L1Messages">L1Messages</a>,
Expand All @@ -13,7 +13,7 @@
<p>If <code>da_layer</code> is <code>Some</code> and <code>da_conf</code> is <code>None</code> we will try to read one at
<code>&lt;chain_config_directory&gt;/&lt;da_layer_name&gt;.json</code>. If it’s not there, an error will be
returned.</p>
</div><span id="structfield.settlement" class="structfield small-section-header"><a href="#structfield.settlement" class="anchor field">§</a><code>settlement: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="../../../mc_settlement/enum.SettlementLayer.html" title="enum mc_settlement::SettlementLayer">SettlementLayer</a>&gt;</code></span><div class="docblock"><p>Choose a supported settlement layer</p>
</div><span id="structfield.settlement" class="structfield small-section-header"><a href="#structfield.settlement" class="anchor field">§</a><code>settlement: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;SettlementLayer&gt;</code></span><div class="docblock"><p>Choose a supported settlement layer</p>
</div><span id="structfield.settlement_conf" class="structfield small-section-header"><a href="#structfield.settlement_conf" class="anchor field">§</a><code>settlement_conf: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/std/path/struct.PathBuf.html" title="struct std::path::PathBuf">PathBuf</a>&gt;</code></span><div class="docblock"><p>Path to a file containing the settlement configuration</p>
<p>If <code>settlement</code> is <code>Some</code> and <code>settlement_conf</code> is <code>None</code> we will try to read one at
<code>&lt;chain_config_directory&gt;/settlement_conf.json</code>. If it’s not there, an error will be
Expand Down
2 changes: 1 addition & 1 deletion madara/rpc/fn.create_full.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
A: ChainApi&lt;Block = Block&gt; + 'static,
C: ProvideRuntimeApi&lt;Block&gt; + HeaderBackend&lt;Block&gt; + BlockBackend&lt;Block&gt; + HeaderMetadata&lt;Block, Error = Error&gt; + StorageProvider&lt;Block, BE&gt; + 'static + <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>,
C::Api: AccountNonceApi&lt;Block, AccountId, Index&gt; + BlockBuilder&lt;Block&gt; + <a class="trait" href="../../pallet_starknet_runtime_api/trait.StarknetRuntimeApi.html" title="trait pallet_starknet_runtime_api::StarknetRuntimeApi">StarknetRuntimeApi</a>&lt;Block&gt; + <a class="trait" href="../../pallet_starknet_runtime_api/trait.ConvertTransactionRuntimeApi.html" title="trait pallet_starknet_runtime_api::ConvertTransactionRuntimeApi">ConvertTransactionRuntimeApi</a>&lt;Block&gt;,
G: <a class="trait" href="../../mc_genesis_data_provider/trait.GenesisProvider.html" title="trait mc_genesis_data_provider::GenesisProvider">GenesisProvider</a> + <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,
G: GenesisProvider + <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,
P: TransactionPool&lt;Block = Block&gt; + 'static,
BE: Backend&lt;Block&gt; + 'static,</span></code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Instantiate all full RPC extensions.</p>
</div></details></section></div></main></body></html>
Loading

0 comments on commit 710a226

Please sign in to comment.