Expand description
Default implementations of DefaultConfig
, which can be used to implement Config
.
Structs§
- Para
Chain Default Config - Default configurations of this pallet in a parachain environment.
- Relay
Chain Default Config - Default configurations of this pallet in a relay-chain environment.
- Solochain
Default Config - Default configurations of this pallet in a solochain environment.
- Test
Block Hash Count - A predefined adapter that covers
BlockNumberFor<T>
forConfig::Block::BlockNumber
of the typesu32
,u64
, andu128
. - Test
Default Config - Provides a viable default config that can be used with
derive_impl
to derive a testing pallet config based on this one.