Function sc_service::resolve_state_version_from_wasm

source ยท
pub fn resolve_state_version_from_wasm<E, H>(
    storage: &Storage,
    executor: &E,
) -> Result<StateVersion, Error>
where E: RuntimeVersionOf, H: Hash,
Expand description

Return the state version given the genesis storage and executor.