Function frame_support::genesis_builder_helper::build_config
source · pub fn build_config<GC: BuildGenesisConfig>(json: Vec<u8>) -> BuildResult
Expand description
Build GenesisConfig
from a JSON blob not using any defaults and store it in the storage. For
more info refer to sp_genesis_builder::GenesisBuilder::build_config
.