//! * method declaration (inside a trait declaration) - represents a versioned method, which is not
//! documentation [here](https://docs.substrate.io/rustdocs/latest/sp_api/macro.decl_runtime_apis.html).
//! * stable - used on stable production networks like Polkadot and Kusama. There is only one stable
//! * staging - methods that are ready for production, but will be released on Rococo first. We can
//! batch together multiple changes and then release all of them to production, by making staging
//! release, as this would break Rococo. It should be ok to keep adding methods to staging across
//! The stable version of `ParachainHost` is indicated by the base version of the API. Any staging
/// validation code hash. Instead of accepting assumption about the para, matches the validation
/// Fetch the hash of the validation code used by a para, making the given `OccupiedCoreAssumption`.