pub async fn build_fake_view_with_leaf_and_state<V: Versions>(
    leaf: Leaf<TestTypes>,
    state: TestValidatedState,
    upgrade_lock: &UpgradeLock<TestTypes, V>
) -> View<TestTypes>
Expand description

This function will create a fake View from a provided Leaf and state.