Module frame_support::generate_genesis_config
source · Expand description
Helper for generating the RuntimeGenesisConfig
instance for presets.
Helper macro allowing to construct JSON representation of partially initialized structs.
Structs§
- This struct provides information about how the struct field was initialized and the field name (as a
&str
).
Enums§
- Represents the initialization method of a field within a struct.
Functions§
- Recursively removes keys from provided
json_value
object, retaining only specified keys.