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§
- Parameter
Store Adapter - Allows to create a
ParameterStore
from aRuntimeParameterStore
.
Traits§
- Aggregated
KeyValue - The aggregated key-value type of a dynamic parameter store.
- FromKey
- IntoKey
- Key
- Key of a dynamic parameter.
- Parameter
Store - A dynamic parameter store across a concrete KV type.
- Runtime
Parameter Store - A dynamic parameter store across an aggregated KV type.
- TryFrom
Key - TryInto
Key