Function chain_spec_guide_runtime::presets::get_builtin_preset
source · pub fn get_builtin_preset(id: &PresetId) -> Option<Vec<u8>>
Expand description
Provides a JSON representation of preset identified by given id
.
If no preset with given id
exits None
is returned.