Expand description
Pallet for tweaking the runtime configs for multiple network.
Modules§
- dispatchables
- Auto-generated docs-only module listing all defined dispatchables for this pallet.
- storage_
types - Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
- weights
- Autogenerated weights for pallet_runtime_configs
Structs§
- Genesis
Config - Can be used to configure the genesis state of this pallet.
- Pallet
- The
Pallet
struct, the main type that implements traits and standalone functions within the pallet.
Enums§
- Call
- Contains a variant per dispatchable extrinsic that this pallet has.
Traits§
- Config
- Configuration trait of this pallet.
Type Aliases§
- Confirmation
DepthK - Storage type is [
StorageValue
] with value typeBlockNumberFor < T >
. - Council
Democracy Config - Storage type is [
StorageValue
] with value typeCouncilDemocracyConfigParams < BlockNumberFor < T > >
. - Enable
Balance Transfers - Whether to enable balances transfers.
- Enable
Domains - Whether to enable calls in pallet-domains.
- Enable
Dynamic Cost OfStorage - Whether to enable dynamic cost of storage.
- Module
Deprecated - Type alias to
Pallet
, to be used byconstruct_runtime
.