Expand description
Helper for generating the RuntimeGenesisConfig instance for presets.
Helper macro allowing to construct JSON representation of partially initialized structs.
Structs§
- Initialized
Field - This struct provides information about how the struct field was initialized and the field name
(as a
&str).
Enums§
- Initilization
Type - Represents the initialization method of a field within a struct.
Functions§
- retain_
initialized_ fields - Recursively removes keys from provided
json_valueobject, retaining only specified keys.