Module frame_system::pallet::config_preludes
source · Expand description
Default implementations of DefaultConfig
, which can be used to implement Config
.
Re-exports§
pub use __export_tokens_tt_4070685733_test_default_config_0 as TestDefaultConfig;
pub use __export_tokens_tt_4070685733_solochain_default_config_1 as SolochainDefaultConfig;
pub use __export_tokens_tt_4070685733_relay_chain_default_config_3 as RelayChainDefaultConfig;
pub use __export_tokens_tt_4070685733_para_chain_default_config_2 as ParaChainDefaultConfig;
Structs§
- Default configurations of this pallet in a parachain environment.
- Default configurations of this pallet in a relay-chain environment.
- Default configurations of this pallet in a solochain environment.
- A predefined adapter that covers
BlockNumberFor<T>
forConfig::Block::BlockNumber
of the typesu32
,u64
, andu128
. - Provides a viable default config that can be used with
derive_impl
to derive a testing pallet config based on this one.