-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
183 additions
and
183 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!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="Default implementations of `DefaultConfig`, which can be used to implement `Config`."><title>frame_system::pallet::config_preludes - 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-c5d6553a23f1e5a6.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="frame_system" data-themes="" data-resource-suffix="" data-rustdoc-version="1.81.0 (eeb90cda1 2024-09-04)" data-channel="1.81.0" data-search-js="search-d234aafac6c221dd.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../static.files/main-d2fab2bf619172d3.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-df360f571f6edeae.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 mod"><!--[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="../../../frame_system/index.html">frame_system</a><span class="version">28.0.0</span></h2></div><h2 class="location"><a href="#">Module config_preludes</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#reexports">Re-exports</a></li><li><a href="#structs">Structs</a></li></ul></section><h2><a href="../index.html">In frame_system::pallet</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">frame_system</a>::<wbr><a href="../index.html">pallet</a>::<wbr><a class="mod" href="#">config_preludes</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/frame_system/lib.rs.html#270">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Default implementations of <a href="../trait.DefaultConfig.html" title="trait frame_system::pallet::DefaultConfig"><code>DefaultConfig</code></a>, which can be used to implement <a href="../trait.Config.html" title="trait frame_system::pallet::Config"><code>Config</code></a>.</p> | ||
</div></details><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.TestDefaultConfig"><code>pub use __export_tokens_tt_943530571_test_default_config_0 as TestDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.SolochainDefaultConfig"><code>pub use __export_tokens_tt_943530571_solochain_default_config_1 as SolochainDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.RelayChainDefaultConfig"><code>pub use __export_tokens_tt_943530571_relay_chain_default_config_3 as RelayChainDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.ParaChainDefaultConfig"><code>pub use __export_tokens_tt_943530571_para_chain_default_config_2 as ParaChainDefaultConfig;</code></div></li></ul><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.ParaChainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::ParaChainDefaultConfig">ParaChainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a parachain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.RelayChainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::RelayChainDefaultConfig">RelayChainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a relay-chain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.SolochainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::SolochainDefaultConfig">SolochainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a solochain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.TestBlockHashCount.html" title="struct frame_system::pallet::config_preludes::TestBlockHashCount">TestBlockHashCount</a></div><div class="desc docblock-short">A predefined adapter that covers <code>BlockNumberFor<T></code> for <code>Config::Block::BlockNumber</code> of | ||
</div></details><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.TestDefaultConfig"><code>pub use __export_tokens_tt_978412755_test_default_config_0 as TestDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.SolochainDefaultConfig"><code>pub use __export_tokens_tt_978412755_solochain_default_config_1 as SolochainDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.RelayChainDefaultConfig"><code>pub use __export_tokens_tt_978412755_relay_chain_default_config_3 as RelayChainDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.ParaChainDefaultConfig"><code>pub use __export_tokens_tt_978412755_para_chain_default_config_2 as ParaChainDefaultConfig;</code></div></li></ul><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.ParaChainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::ParaChainDefaultConfig">ParaChainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a parachain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.RelayChainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::RelayChainDefaultConfig">RelayChainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a relay-chain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.SolochainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::SolochainDefaultConfig">SolochainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a solochain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.TestBlockHashCount.html" title="struct frame_system::pallet::config_preludes::TestBlockHashCount">TestBlockHashCount</a></div><div class="desc docblock-short">A predefined adapter that covers <code>BlockNumberFor<T></code> for <code>Config::Block::BlockNumber</code> of | ||
the types <code>u32</code>, <code>u64</code>, and <code>u128</code>.</div></li><li><div class="item-name"><a class="struct" href="struct.TestDefaultConfig.html" title="struct frame_system::pallet::config_preludes::TestDefaultConfig">TestDefaultConfig</a></div><div class="desc docblock-short">Provides a viable default config that can be used with | ||
<a href="../../../frame_support_procedural/attr.derive_impl.html" title="attr frame_support_procedural::derive_impl"><code>derive_impl</code></a> to derive a testing pallet config | ||
based on this one.</div></li></ul></section></div></main></body></html> |
Oops, something went wrong.