Function sc_chain_spec::resolve_state_version_from_wasm 
source · pub fn resolve_state_version_from_wasm<E>(
    storage: &Storage,
    executor: &E
) -> Result<StateVersion>where
    E: RuntimeVersionOf,Expand description
Return the state version given the genesis storage and executor.