referrerpolicy=no-referrer-when-downgrade

Module config_preludes

Source
Expand description

Default implementations of DefaultConfig, which can be used to implement Config.

Structs§

ParaChainDefaultConfig
Default configurations of this pallet in a parachain environment.
RelayChainDefaultConfig
Default configurations of this pallet in a relay-chain environment.
SolochainDefaultConfig
Default configurations of this pallet in a solochain environment.
TestBlockHashCount
A predefined adapter that covers BlockNumberFor<T> for Config::Block::BlockNumber of the types u32, u64, and u128.
TestDefaultConfig
Provides a viable default config that can be used with derive_impl to derive a testing pallet config based on this one.