Module polkadot_sdk_frame::traits::dynamic_params
Expand description
Types and traits for dynamic parameters.
Can be used by 3rd party macros to define dynamic parameters that are compatible with the the
parameters
pallet.
Structs§
- Allows to create a
ParameterStore
from aRuntimeParameterStore
.
Traits§
- The aggregated key-value type of a dynamic parameter store.
- Key of a dynamic parameter.
- A dynamic parameter store across a concrete KV type.
- A dynamic parameter store across an aggregated KV type.