Module dynamic_params

Source
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§

ParameterStoreAdapter
Allows to create a ParameterStore from a RuntimeParameterStore.

Traits§

AggregatedKeyValue
The aggregated key-value type of a dynamic parameter store.
FromKey
IntoKey
Key
Key of a dynamic parameter.
ParameterStore
A dynamic parameter store across a concrete KV type.
RuntimeParameterStore
A dynamic parameter store across an aggregated KV type.
TryFromKey
TryIntoKey