pub async fn load_abridged_host_configuration(
relay_parent: Hash,
relay_client: &impl RelayChainInterface,
) -> Result<Option<AbridgedHostConfiguration>, RelayChainError>
Expand description
Reads abridged host configuration from the relay chain storage at the given relay parent.