pub fn get_inherent_digest_value_for_block<ID: InherentDigest, Block: BlockT, C>( client: &C, block_hash: Block::Hash, ) -> Result<Option<ID::Value>, Box<dyn Error + Send + Sync>>where C: HeaderBackend<Block>, Block::Hash: Debug,