Module polkadot_sdk_frame::prelude::frame_system::pallet::config_preludes
Expand description
Default implementations of DefaultConfig
, which can be used to implement Config
.
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.