pub fn build_genesis_storage(builder: &dyn BuildStorage, code: &[u8]) -> Storage
Expand description
Helper function used in tests to build the genesis storage using given RuntimeGenesisConfig and
code Used in legacy_vs_json_check
submods to verify storage building with JSON patch against
building with RuntimeGenesisConfig struct.